You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Chen Guoping1 <ch...@163.com> on 2020/05/09 08:09:08 UTC

Multiple Characters Delimiter

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 characters  "[|]" printWithEscape print ’“\[\|\]” or print "\[|]"? I'd prefer to print "\[\|\]".


Looking forward to reply!
Chen