flow-php/flow

Automate CSVLoader rows normalization

Closed this issue · 0 comments

Currently, CSVLoader will throw a bunch of exceptions when writing nested structures (arrays/lists/maps/structs).
It should be fixed with RowsNormalizer that will use Caster like in other adapters before saving rows into a CSV file.