Skip to content
Open
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
4 changes: 3 additions & 1 deletion docs/usage/gisfileinput.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -78,4 +80,4 @@ Read GIS files from different formats.
|===
|Parameter | Required | Value
|Table | ✓ | Table name or `*` to list contents
|===
|===