Copy from JSON
You can copy from JSON directly into Kùzu using the COPY FROM
command. To use this feature,
you have to install the JSON
extension using the instructions shown here.
Consider the following JSON file:
Import to node table
The following example creates a node table Person
and copies data from a JSON file people.json
into it:
See the JSON
extension documentation for more related features on working with JSON files.