# Neo4j Split Graph

## <img src="/files/72Zwq7xkVNFCNvcXZU2K" alt="" data-size="line"> Neo4j Split Graph

### Description <a href="#description" id="description"></a>

The Neo4j Split Graph transforms splits the nodes and relationships of a graph data type.

| Hop Engine | <sup>✓</sup> |
| ---------- | ------------ |
| Spark      | ?            |
| Flink      | ?            |
| Dataflow   | ?            |

### Options

| Option                                | Default           | Description                                                            |
| ------------------------------------- | ----------------- | ---------------------------------------------------------------------- |
| Transform name                        | Neo4j Split Graph | the name to use for this transform in the pipeline                     |
| Graph field                           | graph             | the graph field in the pipeline                                        |
| Type output field (Node/Relationship) | type              | the field that will contain the type of field (Node or Relationship)   |
| ID outputfield                        | id                | the output field to write the ID to                                    |
| Property set output field             | propertySet       | the field name to write the property set for a node or relationship to |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/neo4j-split-graph.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
