Synopsis
Germinate import shapefile [-hV] -dbname=databaseName [-dbpass=databasePassword] [-dbport=databasePort] -dbserver=databaseServer -dbuser=databaseUsername -e -jid=jobId) | (-n -germinate=germinateFolder [-rt=runType] -uid=userId -i=inputFile
Description
Import shapefile templates
Options
- -dbname, --database-name=databaseName
-
Name of the database on the database server
- -dbpass, --database-password=databasePassword
-
Password of the user specified with -dbuser or --database-username
- -dbport, --database-port=databasePort
-
Port the database server is listening on (default: 3306)
- -dbserver, --database-server=databaseServer
-
Name/IP of the database server
- -dbuser, --database-username=databaseUsername
-
Username of a user with permissions to access this database
- -h, --help
-
Show this help message and exit.
- -V, --version
-
Print version information and exit.
Existing import job args
- -e, --existing-import-job
- -jid, --job-id=jobId
-
The id of the Germinate data import job.
New import job args
- -germinate, --germinate-folder=germinateFolder
-
Absolute path to the folder the Germinate configuration is located in. This is the folder containing your config.properties file.
- -i, --input=inputFile
-
Absolute path to the Germinate data template or flat input file
- -n, --new-import-job
- -rt, --run-type=runType
-
The run type of this import job. Either one of: CHECK, IMPORT, CHECK_AND_IMPORT
- -uid, --user-id=userId
-
The id of the Germinate user this job should be imported as.