Josh
Josh
Did you try putting false for 'hasHeaders' ? On Tue, Feb 14, 2017 at 5:37 PM vSkullv wrote: > Hi, > > I have a csv file with duplicated column...
You might be able to write an extension. You will still have to do the management and hasHeasers=false but at least your main code will still look nice. `csv.GetValue("dup_col", 0);`...
Hi @shmutalov, Do you have test code or a gist that I can look at? Or a unit test that demonstrates the issue? Thanks, Josh
Hi @AndrewRedican, Is this issue still being worked on?
I'm having this same issue, but actually this is what I see on my end: 1. Option 1, no options are passed to the filter 2. Option 2, pass `stripIgnoreTagBody:...