Hi,
I'm using this crate to parse data from a source over which I have no control. Sometimes, the CSV data produced by said source contains a duplicate column. In my case, ignoring duplicated columns is an acceptable solution, so I'm wondering if there's a way to configure the Reader to do this?
Thanks for you continued work on this wonderful crate!
Hi,
I'm using this crate to parse data from a source over which I have no control. Sometimes, the CSV data produced by said source contains a duplicate column. In my case, ignoring duplicated columns is an acceptable solution, so I'm wondering if there's a way to configure the Reader to do this?
Thanks for you continued work on this wonderful crate!