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.

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

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

After the import, the table will look like this:

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.

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

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