...
- Remote desktop (RDP) into the ETL server.
Move to the directory that contains the file
job.py
.Code Block language text cd C:\apps\eas_automation\automation\src
Stage the input data.
Code Block language text title Shapefile Input Format python job.py --job stage_bulkload_shapefile --env [Your<environment> Environment] --action EXECUTE
Code Block language text title CSV Input Format python job.py --job stage_bulkload_csv --env [Your<environment> Environment] --action EXECUTE
Run the
bulkload
job.Code Block language text python job.py --job bulkload --env [Your Environment]<environment> --action EXECUTE
Evaluate the Results
...