Flatfile schema

I have the flat file as

ROCdetails
1Details
2Details
1Details
2Details

1Details
2Details

How can I create the schema for this file

Hello,
You can use the IS Developer to create your Schema and a dictionary. You can read the “ISFlatFileSchemaGuide.pdf” starting at Chapter 4. This will tell you what steps are needed to create the schema and also to test it against your sample data. Good day.

Yemi Bedu

Luu,

Please elaborate more your flatfile sample and the given information is not sufficient.

Please look in the ISFlatFileSchemaUserguide.pdf for creating schema.

Basically if the flatfile has RecordDefinition(ROCDetails)you have to set this mapRepeat(unlimited)when you define the RecordDefinition,and create field definitions in the FlatFileDefinition panel of the FlatFileEditior in the WM Developer.

HTH,
RMG