Create Table from Text
From UBot Studio
Create Table From File is an Advanced Table command. This command creates a table from text.
Text: The comma delimited text being used to populate the generated table.
Table: the name of the table being created.
Example
create table from text(&my table,"one,two,three,four")
Running the script will generate a table with one row and 4 columns.
1. Prepare or pull comma delimited text from the
2. Check the debugger to make sure your table is properly populated.