Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/import.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ For example, you can use `uuid:ID(Person){label:Person}`, where the relationship
* For examples of creating property uniqueness constraints, see link:{neo4j-docs-base-uri}/cypher-manual/current/constraints/managing-constraints/#create-property-uniqueness-constraints[Cypher Manual -> Create property uniqueness constraints].
====

=== Extended header support for Parquet
=== Extended header support for Parquet label:new[Introduced in 2025.04]

In addition to the header format supported by the CSV import, the Parquet import supports name-mapping header files.
Those files contain two rows of entries, where the first row represents the name (incl. optional type, id group, etc.), and the second row references the name of the original columns in the data files.
Expand Down