I am new to webMethods, I am getting one problem while trying to prase the following file
NEST2606.011,NEST
1001,mum,10.00,20050626,07
1002,mum,10.00,20050726,07
2,20.00
Where first line is the Header part, other 2 lines are transaction part which may occure multiple times and last line is footer part.
I have created the the schema accordingly accordingly with transaction records max repeat is unlimited. header and footer is 1.
In Flat File Definition → record parser, I have selected as Demiliter.
Record: newline
subfield: ,
But while test run, it gives me the following error
com.wm.ui.UiException: com.wm.ff.parse.ParseException: [FFP.0012.0004]
Found no valid records
Could anyone please help me out here, I tried to search similar problems but could not get the solution.
Thanks in advance
Vedant