Exporting records
You can export schema records in the following ways:
-
Export to a downloadable JSON or JSON lines file
This method allows you to export schema records to a file you can download and use as you wish. There are two options here:- by simple export
Ideal for one-off, quick file extraction when you need the data just once. - in the Automation Hub
Allows for cyclic upload of schema record files and export automatically. Best if you need the process to run regularly without manual intervention.
- by simple export
-
- You can export schema records directly to external services that Synerise supports natively (for example, Amazon S3, Google Cloud Storage) using the Send File action nodes or to any endpoint using "Outgoing Integration" node.
Benefits:
- You get a draft workflow which you adjust to your needs.
- This method lets you modify the file with schema records by using the Data Transformation node in the workflow.
General prerequisites
A user must be assigned with the following permissions to:
Simple export
This method lets you perform a single export to a downloadable file.
- Go to
Data Modeling > Records. - Select a schema.
- On the top bar, click Export.
Result: A pop-up shows. - Select Export single file.
- Click Next.
- In the Name field, enter the name of the export. This will allow you to easily identify your export in the list of scheduled data export jobs.
- Click Next.
- Confirm by clicking Run export.
Where to find the file?
- To download the exported file, go to
Data Modeling > Exports. - On the left panel, select Brickworks.
- Find the file on the list.
- Click

- Select Download JSON or Download JSON lines.
Export through the Automation Hub
This export method lets you:
- export a downloadable file
- export a file to external services
- The scope of services includes those which allows usage of the Send File node type, for example, "Send File" node to Google Cloud Platform.
- If you can’t find the service to which you want to export the file, use "Outgoing Integration" node.
Prerequisites for this method
- Verify if you need to modify the file with records before the export. If so, prepare a data transformation rule which you will later select in the settings of the workflow.
- Create a connection with the service to which you want to export the file with schema records.
If you can’t find the service to which you want to export the file, you can use "Outgoing Integration" node in the workflow and you can create the connection directly in the node configuration.
Configure and launch workflow
-
Go to
Data Modeling > Records. -
Select a schema.
-
On the top bar, click Export.
Result: A pop-up shows. -
Select Export in Automation.
Result: The Where do you want to export file? dropdown shows. -
From the Where do you want to export file? dropdown select:
- if you want to export a downloadable file, select Save file.
- if you want to export to external services, from the dropdown list, select one of the services.
- if no option fits your business case, select any option and you will modify the draft workflow to your needs in further steps.
Result: You are redirected to a draft workflow.
Tip: If you were not redirected to the workflow, check if your browser’s pop-up blocker is disabled.
-
If you want to schedule the frequency and date and time when the workflow will trigger, edit the configuration of the "Scheduled Run" node.
-
In the Get Brickworks Schema Records node, leave the settings at default (the schema is already selected).
Note: You can read the node documentation at "Get Brickworks Schema Records" node. -
In the Data Transformation node, select the transformation rule according to which the file with the records will be modified before export. If you don’t need the node, you can remove it.
-
Configure the node with export to an external service:
- Select a connection
- Fill out the configuration form.
To get instructions to filling out the configuration form, find the service on the list and proceed to the node instructions.Tip: If the list doesn’t include the service to which you want to export, you can replace the node with the "Outgoing Integration" node - you can set up the connection and the endpoint to which you will make a request in the node directly.
-
In the upper-right corner, click Save & Run.
Result: The workflow will be active, but the actions in the workflow will be triggered as defined in the Scheduled Run node.The logs of operations in the workflow are available:
- for the data transformation: enter the configuration of the workflow (
Automation Hub > Workflows), select the Transformation logs tab. - for the export, go to Data Modeling > Exports, on the left pane, select Automation.
- for the data transformation: enter the configuration of the workflow (