Hi,I tried the following .csv file a...,b 1,2 but the output was `[ { a: { '': [Object] }, b: '2' } ]` which was expected to be `[{'a...':'1','b':'2'}]` Please tell me how to fix it,thanks.
Hi,I tried the following .csv file
a...,b
1,2
but the output was
[ { a: { '': [Object] }, b: '2' } ]which was expected to be
[{'a...':'1','b':'2'}]Please tell me how to fix it,thanks.