node-csvtojson
                                
                                
                                
                                    node-csvtojson copied to clipboard
                            
                            
                            
                        encoding
Is there a way to set the encoding of the file you are going to read? I didn't found it here >>> https://www.npmjs.com/package/csvtojson
Hi,
You need use another module like iconv for encoding.
#173 is a similar problem.
~Keyang