Automate CSVLoader rows normalization
Closed this issue · 0 comments
norberttech commented
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.