I am converting csv file to other .xx file using BeanIO. my question is if I have csv file like
abc,def,ghi,jkl,mno
pqr,stu,vwx,yzi,sdp
my .xx file I want is to remove ,(comma) and put '$' instead
abc$def$ghi$jkl$mno
pqr$stu$vwx$yzi$sdp
Yes, you can specify the delimiter for your file like this: