Hi,
First of all thank you for this project.
I have some csv files without a defined id column, nor a column which values are unique itself.
E.g. a csv with a year and month column.
Would it be an idea to provide a (new) CSVLoaderOptions option to automatically generate an id?
Or to have a Function option to generate an id for each row?
E.g. (row) => `${year}-${month}`