I have a flat file with no record identifier.Looks like below. I need to parse it. I have defined a schema defn and when I do convertToValues, I get parse exceptions. “Found no valid records”.
If no record identifier then did you set RecordDefinition as “recordWithNoID”?? and set its Properties “maxRepeat=unlimited” beneath this create you FieldDefinitions (1,2,3…) as the Nth option.
Also in your delimited option,did you set record delimiter = new line and field seperator (,) choosing the Nth field option??
Try with the above combinations to parse ff successfully and test it…This should work as expected…