-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add section about Parquet header in admin import. #2134
base: dev
Are you sure you want to change the base?
Conversation
This PR includes documentation updates Updated pages: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I have just one comment.
=== Extended header support for Parquet | ||
|
||
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.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those files contain two rows of entries, where the first row represents the name (incl. optional type, id group, etc.) | |
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One sentence per line.
|
||
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 referencing the name of the original columns in the data files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and the second row referencing the name of the original columns in the data files. |
Docs addition for admin import.
The feature will be get merged into the dev branch today.