I am facing prob in creating flatfile schema. COuld anyone please help me…
Sample flat file Data:
0000401|001|20|30|5000|0002|234|US|wewwe|qwerqwe|qwerqw|qwer|
0000406|001|20|30|5000|0002|23423|US|rfff|ertr|qwerqw|dgfh|
0000407|001|40|30|5000|0002|23423|US|xcvdf|qwerqw|qwerq|wert|
I have created a Flat file schema with the “recordWithNoId” as record defintion with Max repeat=Unlimted.
Under the record, created the field definitions(field=1,2,…12)
under FlatFile Defnition:
Record Parser: Delimiter
Character: newline
filed or composite: |
When I try to test this schema , it is showing up the below error:
“com.wm.ff.parse.ParseException: [FFP.0012.0004] Found no valid records”
Thanks in advance …
Regards,
Sunny