Skip to content
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

GEOMESA-3318 NiFi docs - support for keeping feature ID as attribute … #3018

Merged
Merged
Changes from all commits
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: 2 additions & 0 deletions docs/user/nifi/records.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ the input source:
+-----------------------------------+-----------------------------------------------------------------------------------------------------+
| ``Feature ID column`` | Column that will be used as the feature ID. If not specified, a random ID will be used |
+-----------------------------------+-----------------------------------------------------------------------------------------------------+
| ``Keep Feature ID as attribute`` | If ``Feature ID column`` is specified, also keep the column as an attribute in the feature type |
+-----------------------------------+-----------------------------------------------------------------------------------------------------+
| ``Geometry columns`` | Column(s) that will be deserialized as geometries, and their type, as a |
| | SimpleFeatureType specification string (e.g. ``the_geom:Point``). A '*' can be used to |
| | indicate the default geometry column, otherwise it will be the first geometry in the schema |
Expand Down
Loading