Re: [IO] org.apache.commons.io.FileSystem for 2.7 or later

2020-05-09 Thread Jochen Wiedmann
Looking at that class, it certainly seems to be a candidate for refactoring. For example, I could imagine to split the actual enumeration, and the implementation code into separate classes. But that can be done after a release, just as well. So, I'd say: Just go for it, and don't bother ("Include

Multiple Characters Delimiter

2020-05-09 Thread Chen Guoping1
Hi, everyone Now, on my machine I can simple read and write CSV file which has a multiple characters delimiter like this: And there is a question, I'd like to confirm. The escape character is' \ ', when delimiter is a char ',' printWithEscape print '\,' , so when delimiter is multiple charac