Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

English
The Preset Form Data Tool is used to initialize data set in form. It is particularly useful on the initial set-up of a new application.

Preset Form Data Tool Properties

Configure Preset Form Data Tool

Image RemovedImage Added

Figure 1: Preset Form Data Tool Properties

NameDescription
NameDescription
FormTarget form
FieldsTarget fields in the same ordering with the CSV data.
Data

Data to be inserted into the form, in CSV format.

Separate field data with comma as separator ( ).

Separate new records with new line as separator (Enter).

Code Block
titleSample data in CSV format
cat, grant
clark, kent
jones, perry

Data

Image Removed

Figure 2: Data Properties

Data to be inserted into the form, in CSV format.

Separate field data with comma as separator ( ).

Separate new records with new line as separator (Enter).

Code Block
titleSample data in CSV format
cat, grant
clark, kent
jones, perry