Datasets are where all your data is stored.
When data gets ingested through an Input Connector or submitted through
an Input Form it gets sent to a dataset.
Datasets allows you to:
You may want to have your data separated by month, without requiring users
or API callers to specify what month they are in.
You can achieve this by changing your default dataset every month.
You may not want all your data to show up in your visualizations or output
connections, so you can archive old datasets and set up a new default for
new data to go into.
Create a dataset for testing a new system or new additions/edits to an existing
system. By creating a new dataset and using it while testing you can isolate
any adverse effects to only that dataset before figuring out your new setup.
To edit data, hover over the piece of data in the record you would like to edit and click.
Removing a record removes it permanently. In order to remove a record click the trash can button on the left hand side of the record's row.
This AI helps quickly scan through your data to find potential inconsistencies and errors. The AI will even tell you the reason it believe that piece of data to be in error.
The AI has 3 levels of scrutiny
Level 1 checks for general, obvious issues: like if a record has a missing piece of data where most records do not
Level 2 checks for more complex issues: like if a number falls outside of the model of expected values that it creates.
Level 3 checks for ANY potential issues: level 3 issues can be very hard to catch, and sometimes these can be inherent in a dataset. Only use level 3 if you plan on heavy levels of scrutiny and want to make sure you're data is 100% clean.
We export data into multiple different formats.
Arrays
Everything in the CSV and TSV format is standard except for Arrays:
Arrays store in the following format <value>|<value>|<value>
NOTE: Spreadsheet export is still in it's early stages, expect issues, we suggest using the CSV and importing into your spreadsheet instead for now
The spreadsheet generated by exporting your data will include a sheet with the same name as the dataset. So if your dataset is named "March Dataset" the name of the file will be "March Dataset.xlsx" and the sheet in the file will be named "March Dataset"
Everything inside the spreadsheet format is standard except:
Arrays Each array creates a new sheet with the name of the field as the name of the sheet. This new sheet contains the record id and a list of values following it as columns in the same row.
THIS IS OUR RECOMMENDED FORMAT
The json export is structure as follows: