It looks like this is a fixedposition delimiter flatfile.So create a FFSchemaDefinition with record delimiter (newline) and while creating field definitions choosed fixed-width option and specify start/end positions and your Record Definition will be RECPDD (in the properties set maxRepeat=“unlimited”) and this way the records will parse successfully.Before creating schema you should note start/end field positions based on your functional mapping spec or anything helpfull that tells what the data is about.
Once you build the schema above use pub.flatfile:convertToValues service and check the parsing of the file with appropriate RECPDD recordlist with its field values.
Also refer the ISFlatFileSchema userguide on how to deal with flatfile schemas/dictionaries using WmFlatFile Adapter.
HTH,
RMG
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB