Hi,
I am facing a problem while parsing a flatfile.
My flatfile has delimeter and field value same so its not parsing properly
The structure of Flatfile is with Record identifier.
hello,mical,sf,tea,12,000
hello,sonjan,sf,coffee,14,000
hello,prasnjan,sf,boost,16,000
Now the problem is that since the delimeter and the field value(12,000) is same so we are facing issue the
Result should be:
mical sf tea 12,000
so please let me know about it.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB