FCC suggestion
HI
I am using FCC for the receiver file adapter_csv file(target side) . I am having four fields MANDT ,LANGU, PROFN, AKTPS
for the last fields AKTPS the data contains comma(,) Example:Bangalore,India.
so that Bangalore is writing in one record and India is writing in another record on the excel file.
but, I want to write Bangalore,India in one record on the excel only. How can i solve this???
my File content conversion parameters are :
record structure:row
row.addHeaderLine : 1
row.headerLine :MANDT,LANGU,PROFN,AKTPS
row.fieldSeparator : ,
row.endSeparator :'nl'