Create a CSV splitter
ecourtial opened this issue · 2 comments
ecourtial commented
Create two CSV splitter class.
One splitting the CSV in n parts.
One splitting the CSV in n max lines.
Be careful with the multilines CSV.
Need documentation update.
Nicolas-Masson-Wizaplace commented
Splitting in N parts is not really ETL friendly, how the Loader class can know how much lines will be Extracted and Transformed ?
Splitting according to N max lines is already possible with the current CsvLoader :)
ecourtial commented
This ticket is outdated. The request was created while working on the first version of the fork.