Keyang Xiang

Results 18 comments of Keyang Xiang

do you use the lib in node.js or in browser?

Ok you are building a react app so you cannot use `.fromFile` as you wont be able to access filesystem from a browser..

you can use nested json structure (https://github.com/Keyang/node-csvtojson#nested-json-structure) it is important to have it defined in your head line (you can override it through headers parameters): ``` coordinates.lat,coordinates.lng,city 22.8715715,52.358377,Kózki ``` Should...

@jeremyrajan Sounds good to me.

Hi, I cannot reproduce the problem. If I have a file like below: ``` a,b,c Ã,b,c ``` and the file is encoded as `utf8` the output is like: ``` [...

@petermikitsh , Thanks for the feedback. For browser support, there are 2 ways: 1. use bundlers like webpack; 2. import from script tag directly. Please make sure any changes you...

Thanks. Please give a try with native promise and other updates. As csvtojson supporting node 4+ thus if we want to switch to native promise, we do need a way...