Data Formats
We support the following formats:- CSV
- NDJSON
- JSON
Ingesting Data
Navigate to “Integrations” on the left menu bar, and click on ”+”:From here, you can verify that your data was ingested correctly and change the name if needed:

Metrics
Within a few seconds, you should be able to see how many rows were ingested to verify that your data was processed correctly.

Filters
allows you to filter out certain rows based on a conditionSort
can be used to order your rows in ascending/descending order based on a specififed columnGroup by
is for organizing your rows by a specified column, grouping related rows together based on a shared value in that column
“Data Graph” shows any tables or queries affiliated with this source. Upon creation, you should just see the source by itself:
“Logs” provides details on any errors that occurred during ingestion (if any). “Ingestion Example” provides the code for ingesting data that you can simply copy and paste. Available in JS, Python, and cUrl.
Now that we have our source created, we can move onto extracting insights via AI tables.