reamon,
This is what I’ve done thus far. I’ve created a ff dictionary along with a schema. In the schema, I’ve defined the ff definition record parser as “Delimiter”, record character as “newline”, Field or Composite as “,”. I then use pub.flatFile:convertToString.
Output → 1234,ABC
hardcoded double quote " to quotedRelease and got:
Output → 1234*ABC
Desired Output → “1234”,“ABC”
I guess concatenation cannot be avoided in order to get the desired output.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB