Bring data from JSON Content to your Lakehouse.
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 |
If you encounter any issues, reach out to us via Slack, and we’ll gladly assist you!