FILTERNAME
FILTERNAME = 'convert.league.csv.rfc4180'
A stream filter to conform the CSV field to RFC4180.
DEPRECATION WARNING! This class will be removed in the next major point release
addTo(\League\Csv\AbstractCsv $csv, \League\Csv\string $whitespace_replace = '')
Static method to add the stream filter to a {@link AbstractCsv} object.
\League\Csv\AbstractCsv | $csv | |
\League\Csv\string | $whitespace_replace |
addFormatterTo(\League\Csv\Writer $csv, \League\Csv\string $whitespace_replace)
Add a formatter to the {@link Writer} object to format the record field to avoid enclosure around a field with an empty space.
\League\Csv\Writer | $csv | |
\League\Csv\string | $whitespace_replace |