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 +|===