Skip to content

version 5.3.0

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 24 Mar 08:33
· 1364 commits to master since this release

New methods

Writer::setNullHandlingMode and Writer::getNullHandlingMode to better handle null insertion and/or conversion into a CSV field data #28

Bug fix

You don't need to set the ini_set("auto_detect_line_endings", true); anymore has the library will automatically do it for you. It is needed to be correctly work with a CSV built on a OSX machines.

This version features also internal code improvements.

Please refers to the official documentation for a full explication on the new features.