Creating Meta file using FTEditor

Install FTEditor and follow the steps below:

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

  2. Open up the text file: basic-read-example.txt in FTEditor with the File | Open Text menu item.

FTEditor open text file screenshot
  1. Use the <Add> Field Drop Down box on the bottom left hand side to add 7 fields. The fields should be of type:
    • String
    • Float
    • String
    • Datetime
    • Decimal
    • Boolean
    • String\
FTEditor add text fields screenshot
  1. Select the “Heading” tab in the top left Panel and set “Line Count” to 2. Also select “Write Prefix Space”
FTEditor configure header screenshot
  1. 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 configure fields screenshot
  1. Save the Meta File with the File | Save Meta As menu item.\
FTEditor save meta screenshot