ksabr
ksabr
Hi @wdavidw , Thanks for the quick reply. The sample inputs are: - expected behaviour case `test_in.csv`: ``` Co1,Col2,Col3 1,2,3 ``` (the corresponding output I get is ``` "Co1","Col2","Col3" "1","2","3"...
I believe that it ought to be treated as a bug based on this previous ticket (which I came across while researching this problem): https://github.com/adaltas/node-csv/issues/66 But having said that, if...
When I try with that, I get ``` Error: Undiscoverable Columns: header option requires column option or object records at Stringifier._transform (/home/kerim/abtrace/GPAppTPP/node_modules/csv-stringify/lib/index.js:212:27) at Stringifier.Transform._read (_stream_transform.js:191:10) at Stringifier.Transform._write (_stream_transform.js:179:12) at doWrite...