...
Geometry data for text formats will not be translated so need to be in WGS 84 coordinate system.
The Konect CLI can will not import multi-geometry geometry types, and will skip records that are missing geometries.
...
The append action will append all records to the specified dataset. If the input data source contains existing konect ids or system fields, these are will be ignored and the records appended without them. Any records without a geometry are skipped.
When using the append action you can specify a unique id field using the --uif parameter. This is a special append action that will check to see if the record already exists in the dataset by using the specified unique id field. If the record doesn’t exist it is appended, if it does exist the record is skipped
...