Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
ParseCSV
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Dachauer committed Oct 28, 2017
1 parent 9a4da4e commit 732867f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ This bundle has been created by [webworks nürnberg](http://webworks-nuernberg.d
``` php
use webworks\CSVBundle\Lib\ParseCSV;

$parser = new ParseCSV('/var/www/html/saleshare/app/config/dl.csv', ';', '"');
$parser = new ParseCSV('example.csv', ';', '"');
$data = $parser->parse();
```

0 comments on commit 732867f

Please sign in to comment.