Import nodes from CSV
Upload a CSV file to create nodes. The first row is treated as column headers (property names). Each subsequent row creates one node with the specified label. Property types are auto-detected (integer → float → boolean → string).
post/api/import/csv
Response
Import successful
Example response
{
"status": "ok"
}Changes
Changed in 3 of the 17 revisions of this API.12
- ○
added the new optional request property
graphnew-optional-request-property
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲