node-csvtojson icon indicating copy to clipboard operation
node-csvtojson copied to clipboard

Can i know datatype of columns while parsing a csv from stream?

Open anilkumar-01 opened this issue 5 years ago • 0 comments

Currently i am reading a csv file from azure blob through stream option. In parameters i can pass checkType to true which will try to convert the values to corresponding types. Now can i know what type it has actually changed to? or is there a way to find out datatype for each column? i am expecting strings, integer, decimal and datetype in my data.

anilkumar-01 avatar Aug 21 '20 14:08 anilkumar-01