The maximum JSON result is 10 MB and the data cannot have more than 1,000 columns.
In Variables, enter up to 15 key-value pairs to store and reuse values. Enter the key in the first box, and the value in the second. The key name is limited to 100 characters and can only contain letters, numbers, hyphens (-), and underscores (_). The connector validates and executes the value as a SQL statement if starts with a left parenthesis and end with a right parenthesis.
When you store a value as a variable, you can reference it multiple times and only have to update it in one place. For example, if you have the same URL in more than one request, but the URL might change, enter base_url as the key. Then, enter www.example.com as the value and use {{base_url}} to reference the variable in your requests. If the URL changes, you can change the value of base_url to update the new URL across all your requests using the same connection automatically.
After you save the connection, Connect displays options to import data into a new table. Start at step 4 of the Create a table with data from a connection section for more information on importing data to create a table.
After you save the connection, Connect displays options to import data into a new table. Start at step 4 of the following section for more information on importing data to create a table.
If no data appears
after you select Run, select Reset Config
.
When you save the import, Connect creates a flow with the settings that you selected. For more
information on how to schedule a flow and add more data processes to clean data, go
to Overview of the Flow Tool
.
Connect flattens the JSON results to properly represent them as a table. Flattening means to put the JSON into a single hierarchy structure so that there are no child or parent objects. Columns can then be represented since everything is a key-value pair. Nested objects are displayed by a dot operator in the column name.