Hi experts,
in a sender communication channel I receive a flat file like this:
UNA:+.? 'UNB+UNOC:2+I20114T:01'DTM+137:20150206:102'RFF+ON:5100001679'....
Segment are UNA, UNB, DTM, RFF....
They comes in a single line separated by ' (apostrophe).
If I use UNA.endSeparator= '
UNB.endSeparator= '
......
it throws me an error, it seems that system doesn't recognize the ' as endSeparator,
How to convert this?
Thanks
Fabio