node-csvtojson
node-csvtojson copied to clipboard
Can i know datatype of columns while parsing a csv from stream?
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.