Data Generation
Once the schema has been built to you satisfaction, it's time to generate data.
- Dataset is generated and written to LocalStore/SyntheticData/DataSets/
- The dataset filename is schemaName.json
- This is a JSON Lines file
- If the document has fields marked as Primary Key (prefixed with double-dash), then, a schemaName.pk is also produced
- The .pk file is a CSV file
- If any field has the seq() function, the sequences are incremented by 1.
- There is no limit to the number of documents
Datasets
Once the datasets have been generated, they can be previewed from the Datasets tab.
- This shows the json view of the documents
- This shows the table view of the documents
- The tables are sortable
Data Import
You can then choose a dataset to be imported.