Hi,
There is a use of recordWithNoID.
If you define a record in flat file schema than while creating the string it will add the record name in each and every line.
If you use recordWithNoID than there will not be any identifier string before every line.
So use of this id depends on your requirement.
For example if you need a string strating with “H” for header and “L” for line than u should create a schema with record identifier as H and L in respective locations.
If you don’t need it than use the default recordWithNoID.
Hope it will help
Thanks
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods