From d43d7d2169a2352500e97b3302a6fbba6fc54cfa Mon Sep 17 00:00:00 2001 From: Stefan <43340+sfkeller@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:13:11 +0200 Subject: [PATCH] Update gisfileinput.adoc Added a note informing the user that GIS File Input of a GeoJSON file uses the properties of the first GeoJSON object in order to extract the schema definition. --- docs/usage/gisfileinput.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usage/gisfileinput.adoc b/docs/usage/gisfileinput.adoc index 25fb33f..60c2e2a 100644 --- a/docs/usage/gisfileinput.adoc +++ b/docs/usage/gisfileinput.adoc @@ -52,6 +52,8 @@ Read GIS files from different formats. |=== |Parameter | Required | Value |Force to multi geometries | ✓ | Yes / **No** +3+|**Notes** +3+|Formats such as GeoJSON allow objects to contain different fields ('schemaless'). However, Hop requires a schema definition (i.e. field descriptions) that is consistent across all objects in an input stream. Therefore, the GIS File Input must extract the schema definition from the data. This is done using the properties of the first GeoJSON object. |=== ## `GeoPackage` : Other parameters @@ -78,4 +80,4 @@ Read GIS files from different formats. |=== |Parameter | Required | Value |Table | ✓ | Table name or `*` to list contents -|=== \ No newline at end of file +|===