Re: [CSV] Features that commons-csv nees to do

2020-05-28 Thread Melloware
Chen, As with all open source you should submit your PR's on Github with good unit tests and then let the community review! Mello On 5/28/2020 10:28 AM, Chen wrote: Hi, gary Are there any features that commons-csv need to do? I'd like to implement them. If not, and I sorted out the issue

[CSV] Features that commons-csv nees to do

2020-05-28 Thread Chen
Hi, gary Are there any features that commons-csv need to do? I'd like to implement them. If not, and I sorted out the issue list of commons-csv. I found two problems which are empty string columns or null value columns problem and obtaining raw data problem. The two problems occur mote times.