You can now create and export to a Databricks database.
You can now export a database to XML. Fabricate creates a .zip file that contains an XML file for each table.
The new Array generator populates a column with an array of values of the same type. You select the generator to use to create the values, and configure a distribution of array lengths.
The new Object generator populates a column with a JSON object. You configure the list of fields. For each field, you select the generator to use to create the field value. You can optionally import a JSON schema instead of configuring the fields manually.
You can use the Object and Array generators to produce a nested JSON structure.