Flat file exporter - End of line character (/r /n)

0
Hello everyone, I am using flat file exporter module to create flat file export from my application. As I see there is a comma after the last value in each record. I need to have \n or \r character at the end of each record. Any one come across these kind of situations?
asked
1 answers
0

Haven’t come across this requirement, but if needed you can change this in the java code behind the module.

You’ll need to determine that the code is handling the last of the attribute mappings and then create an if statement to append a \n or \r character in stead of the standard comma.

answered