Importing Into a Table Type Field

The table type field involves a particular import that works through Arrays. Each row of the table that you create in the field will correspond to an array, as shown in the example below.

Please note that the values in each cell must be put in quotation marks and separated by commas.

Values in each cell

The table type field will look like in the following example:

Example of a table type field

It is also possible to define a single column if you use a list with an array for each field (cell) as shown here: 

Table defining a single column

After the import, the table will look like this:

Table example

If you want to create a single row, you can use a list of a single array that gathers all the values to import separated by commas.

7

As a result, you will get a table with a single row as shown in the following image:

Table with a single row

Note: When importing values containing quotation marks, you must use \ before “. For example [["S (26\"-28\")"],["M(32\"-34\")"],["L (34\"-36\")"]].