Open GoogleCodeExporter opened 9 years ago
I think this is because the default Strategy has a semi-colon as the delimiter,
not a comma. You'll have to create a [ new Strategy(',', '"', '#', false, true)
]. The only difference between this listed one and the default is the ; changed
to a , which might fix the problem. Since it's looking for a ; to split the
header and finds none, it assumes you have only 1 column overall.
Original comment by acsta...@gmail.com
on 8 Dec 2014 at 7:57
Original issue reported on code.google.com by
dean.w.s...@gmail.com
on 2 Mar 2014 at 10:41