Skip to content

pvodicka/csv2json

Repository files navigation

CSV to JSON Converter

Code/Service for conversion from CSV file to JSON data file

Console Command Example

php bin/console app:csv-json data_ukol.csv data_ukol.json

PHP Call Example

use App\Services\CsvToJson\CsvToJsonConverter;

$csvToJsonConverter = new CsvToJsonConverter();
$rowsProcessed = $csvToJsonConverter->convertFile('data_ukol.csv', 'data_ukol.json');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages