product-collections icon indicating copy to clipboard operation
product-collections copied to clipboard

several delimiters

Open antonkulaga opened this issue 7 years ago • 1 comments

In many csv-s there are several delimiters (like tabs or spaces), but current CSV parsers takes only delimiter.head.

antonkulaga avatar Dec 10 '16 16:12 antonkulaga

Because I originally used opencsv then switched to an internal parser the parser conforms to opencsv's api. There is no reason not to do this. I'll look into it.

marklister avatar Dec 10 '16 16:12 marklister