Not using a Record Name for flat files

Hello

What do I need to do so that I can create a flat file schema without the use of a Record Name that matches the characters by the same name in my flat file.

I know that I can create a number of schemas some that Read in records some with noRecordId’s (using default record) and cobble them together, but surely their is a better way?

Thanks in advance

John

John,

You need to define your record in your schema with the record name “recordWithNoId” assuming your using wm 6.
see this link
[url=“wmusers.com”]wmusers.com

If using 4.6 then define the record name in your template with the record lable “recordWithNoId”

HTH