cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
695 stars 167 forks source link

Can readcsv specify the encoding method ? utf-8 gbk? #107

Open ld199609 opened 2 years ago

172460683333 commented 2 years ago

I would like to work on this issue

172460683333 commented 2 years ago

@ld199609 readcsv uses the CsvListReader , it seems to be no need to worry about encoding method, both of utf-8 and gbk is ok.

172460683333 commented 2 years ago

@ld199609 I think you can add an encoding judgment before csvpeference built if you exactly need a kind of encoding method.