You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

CSV Import Tool enables a user to import bulk data into a specific form's table by retrieving the CSV file from a form field and doing a simple column-to-field mapping.

Figure 1: CSV Import Tool Properties

NameDescription
File Upload FormSpecify the source Form where File Upload element resides.
Upload Field IDFile Upload element ID in the specified form above.
Store Data Form

Specify on where to store the data by choosing a target form.

How storing works?

The target form's store binder will be called upon for data storage.

Column Mappings

Map the source file's CSV values to the target form fields.

NameDescription
Column NumberRefers to the column number in the source CSV. Integer only, starts from 0.
Field Name

Must be a element ID in the target form specified above, "Store Data Form".

Key Column Number

Column number that holds the primary key value.

If nothing is defined, a UUID will be assigned when importing.

Start From Row NumberRow number to start importing data. Integer only, starts from 1.
Foreign Keys

Define other values that can not be found in the CSV file such as Foreign Key value associations data. You may also define hard-coded value here too.

NameDescription
Field NameField name in the target form.
Value

Value to be set.

Hash Variable is accepted.

  • No labels