Skip to content

Releases: daleattree/csvfilehandler

v1.0.12

24 Oct 05:44
Compare
Choose a tag to compare

Ensure the record being read is not empty when doing per-line reading of CSV file

v1.0.11

23 Oct 11:57
Compare
Choose a tag to compare

Implemented the ability to not auto-parse a file and allow per-line reading for large files

v1.0.10

16 Sep 12:35
Compare
Choose a tag to compare

Bug fixes related to the improved column header handling

v1.0.9

16 Sep 05:46
Compare
Choose a tag to compare

Improved handling of values provided as column headers

v1.0.8

04 Aug 07:05
Compare
Choose a tag to compare

Added handling for blank rows

v1.0.7

11 Jan 07:26
Compare
Choose a tag to compare

Corrected formatKey method to correlate with get method naming convention

v1.0.6

11 Jan 07:12
Compare
Choose a tag to compare

Latest release with corrected version in composer.json and updated exception handling

v1.0.5

03 Nov 22:06
Compare
Choose a tag to compare

Corrected reference to Exception class and added tests for exceptions.

Thanks to Brad Mostert

Correct version number in composer.json

v1.0.4

19 Oct 06:03
Compare
Choose a tag to compare

Use file pointer instead of loading file into memory for parsing.

Thanks to Sarel vd Walt.

v1.0.3

04 Oct 15:31
Compare
Choose a tag to compare

Removed composer automation

Thanks to EmanueleMinotto