An open API service indexing awesome lists of open source software.

https://github.com/dynamic/silverstripe-csv-utility

A utility class to aid in generating csv files from data sets, mainly DataList and ArrayList.
https://github.com/dynamic/silverstripe-csv-utility

Last synced: 7 months ago
JSON representation

A utility class to aid in generating csv files from data sets, mainly DataList and ArrayList.

Awesome Lists containing this project

README

        

# csv-utility

A csv utility class that aids in converting DataLists and ArrayLists to csv data.

## Requirements

See the [composer.json](composer.json) file.

## Installation

`composer require dynamic/csv-utility`

## Example usage

See [usage documentation](docs/en/usage/index.md) for specific usage types