Import & Export
LOAD CSV to import. JSON to export. Each row becomes a node; headers become property keys.
CSV Import#
arcflow> :import csv ./people.csv
CSV headers become property keys. Each row creates a node.
JSON Export#
Export the full graph state:
arcflow> :export json
Outputs all nodes and relationships as structured JSON.
See Also#
- Persistence — automatic durability
- Snapshot & Restore — point-in-time snapshots
Try it
Open ↗⌘↵ to run
Loading engine…