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

Releases: 4d4ch4u32/CSVBundle

BOM Fix

07 May 07:58
1c54a32
Compare
Choose a tag to compare
1.0.6

bugfix BOM

1.0.5: Merge pull request #3 from ii-webworks/patch-2

03 Sep 19:17
4a6cbd7
Compare
Choose a tag to compare
bugfix: first line of csv was omitted

1.0.4

03 Sep 14:32
9cb9657
Compare
Choose a tag to compare
Update composer.json

1.0.3

03 Sep 14:31
80f208f
Compare
Choose a tag to compare
Update composer.json

Requirements updated (composer.json)

03 Sep 14:19
1c19197
Compare
Choose a tag to compare
Merge pull request #2 from ii-webworks/patch-1

system requirement outdated

Release

26 Mar 10:34
Compare
Choose a tag to compare
1.0.1

bugfix ParseCSV

Bugfix ParseCSV

30 Oct 14:47
Compare
Choose a tag to compare
Bugfix ParseCSV Pre-release
Pre-release
0.1.4

bugfix ParseCSV

Bugfixing

29 Oct 12:31
Compare
Choose a tag to compare
Bugfixing Pre-release
Pre-release
0.1.3

Merge remote-tracking branch 'origin/master'

ParseCSV

28 Oct 15:14
Compare
Choose a tag to compare
ParseCSV Pre-release
Pre-release

In this pre-release, the new ParseCSV-Class is available:

Parse CSV file

use webworks\CSVBundle\Lib\ParseCSV;
 
$parser = new ParseCSV('example.csv', ';', '"');
$data = $parser->parse();

Export mapping

27 Oct 22:32
Compare
Choose a tag to compare
Export mapping Pre-release
Pre-release
0.1

package name updated for packagist