From 89ad428d42628a99ef31c19ed71bc0cc4a3fab94 Mon Sep 17 00:00:00 2001 From: Emilio Lahr-Vivaz Date: Thu, 14 Dec 2023 17:44:19 +0000 Subject: [PATCH] GEOMESA-3318 NiFi docs - support for keeping feature ID as attribute in record ingest --- docs/user/nifi/records.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user/nifi/records.rst b/docs/user/nifi/records.rst index 152759ab96ad..4cd91fcbb764 100644 --- a/docs/user/nifi/records.rst +++ b/docs/user/nifi/records.rst @@ -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 |