Install FTEditor and follow the steps below:

  1. Start FTEditor and select the <Default> view.

  2. Open up the text file: "BasicReadExample.txt" in FTEditor with the File | Open Text menu item.

    FTEditor with BasicReadExample.txt opened

  3. Use the <Add> Field Drop Down box on the bottom left hand side to add 7 fields.  The fields should be of type:

    1. String
    2. Float
    3. String
    4. Datetime
    5. Decimal
    6. Boolean
    7. String

    FTEditor with Fields added by not yet configured

  4. Select the "Heading" tab in the top left Panel and set "Line Count" to 2.  Also select &Quot;Write Prefix Space&Quot;

    FTEditor with Headings configured

  5. Select each of the Fields and configure its properties.  Only modify those properties for each field which are listed as attributes in the Meta File  For example, for the PetName field, modify the Name, ValueQuotedType, HeadingWritePrefixSpace and Headings properties.  The image below identifies where these properties are set.  Note that the DataType property does not need to be set as it was effectively set when the Field Type was selected.

    You can press the "Parse" button to check whether the Meta is correctly specified.  When this button is clicked, the text will be parsed.  If there are any parsing errors, they will be displayed in the bottom right panel.

    FTEditor with Fields configured

  6. Save the Meta File with the File | Save Meta As menu item.

    Saving Meta File