Question
Contract
US
Last activity: 11 Oct 2019 15:57 EDT
Can we use | along with \n as a record terminator in a Service File
Hi,
We have a file where | is delimiter for fields. as part of the fields we are receiving comments which may have line feed(\n) in it. and the same line feed is the record delimiter.
To avoid issue with comments with \n, I am trying to use "|\n" as Record terminator in service file.
But it is always parsing only first record, not moving to second record.
Is there any way we can user this combination as record terminator.
Thanks.