Paul Klink

A little bit about me

Paul Klink

Paul Klink

A little bit about me

Creating Meta file using FTEditor

Install FTEditor and follow the steps below:

  1. Start FTEditor and select the view.

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

  3. Use the 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
      Add text fields
  4. Select the “Heading” tab in the top left Panel and set “Line Count” to 2. Also select “Write Prefix Space” Configure header

  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.
    Configure fields

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