Bring your data from JSON Content to your catalog.
JSON Content refers to data stored in JSON (JavaScript Object Notation) format, which is a lightweight data interchange format. It’s commonly used for APIs, configuration files, and data storage, providing a human-readable way to represent structured data.
In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the JSON option from the list of connectors.
Click Next and you’ll be prompted to add the following configs:
As an example to understand how JSON path works, consider the following payload obtained from the Website URL:
If you want to extract all listings
from it, your JSON path should be $.listings[*]
. This way, each listing inside the array would represent a row in the extracted table, such as:
id | type | purpose | transaction | value |
---|---|---|---|---|
26747 | House | commercial | rent | 1800 |
774 | Apartment | residencial | rent | 2400 |
1553 | Studio | residencial | rent | 1800 |
For more information about how JSON path works, please check this link.
Click Next.
Describe your data source for easy identification within your organization. You can inform things like what data it brings, to which team it belongs, etc.
To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times).
Click Next to finalize the setup. Once completed, you’ll receive confirmation that your new source is set up!
You can view your new source on the Sources page. Now, for you to be able to see it on your Catalog, you have to wait for the pipeline to run. You can now monitor it on the Sources page to see its execution and completion. If needed, manually trigger the pipeline by clicking on the refresh icon. Once executed, your new table will appear in the Catalog section.
If you encounter any issues, reach out to us via Slack, and we’ll gladly assist you!
Bring your data from JSON Content to your catalog.
JSON Content refers to data stored in JSON (JavaScript Object Notation) format, which is a lightweight data interchange format. It’s commonly used for APIs, configuration files, and data storage, providing a human-readable way to represent structured data.
In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the JSON option from the list of connectors.
Click Next and you’ll be prompted to add the following configs:
As an example to understand how JSON path works, consider the following payload obtained from the Website URL:
If you want to extract all listings
from it, your JSON path should be $.listings[*]
. This way, each listing inside the array would represent a row in the extracted table, such as:
id | type | purpose | transaction | value |
---|---|---|---|---|
26747 | House | commercial | rent | 1800 |
774 | Apartment | residencial | rent | 2400 |
1553 | Studio | residencial | rent | 1800 |
For more information about how JSON path works, please check this link.
Click Next.
Describe your data source for easy identification within your organization. You can inform things like what data it brings, to which team it belongs, etc.
To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times).
Click Next to finalize the setup. Once completed, you’ll receive confirmation that your new source is set up!
You can view your new source on the Sources page. Now, for you to be able to see it on your Catalog, you have to wait for the pipeline to run. You can now monitor it on the Sources page to see its execution and completion. If needed, manually trigger the pipeline by clicking on the refresh icon. Once executed, your new table will appear in the Catalog section.
If you encounter any issues, reach out to us via Slack, and we’ll gladly assist you!