Imports from text or a JSON file to a Database Table.
Parameters
General
Source type Defines the type of the source.
It can be one of:
1. File
2. Text
Source The name of source.
Source JSON or Source File depending on parameter Source Type. If it is a Source File user must define the complete path to the file, otherwise user must defines the control or variable that stores the JSON File.
Abort on Error This parameter defines if the user wants to abort in case of error or not.
It can be one of:
1. Yes
2. No
Target Table The name of the Database Table where that action takes effect.
Replace Duplicates This parameter defines if the user wants to replace the duplicate values or not.
It can be one of:
1. Yes
2. No
Trim Strings This parameter defines if the user wants to trim the strings or not.
It can be one of:
1. Yes
2. No
For more information of this trim action please see here.
Decimal Separatorstring Defines the separator to use on the importation of numeric values.
Parent Liststring The name of the parent Item of the JSON file.
(...)
Nth-Parent Itemstring The name of nth-parent Item of the JSON file.
Column List
Array/Item Namestring The name of the JSON Item that user wants to import in the Database Table.
Itemstring The JSON Item to save in Database Table.
Type The type of the JSON Item to save in Database Table.
Value The value to save in Database Table.
(...)
Nth-Itemstring The nth-JSON Item to save in Database Table.
Nth-Type The nth-type of the JSON Item to save in Database Table.
Nth-Value The nth-value to save in Database Table.
Default Values
Column name of the column that user wants to save a default value.
Type type of the default value saved.
Source Type type of the source to save, by default, in Database Table.
Source value to save, by default, in Database Table.