Chicago / open-data-etl-utility-kit

Use Pentaho's open source data integration tool (Kettle) to create Extract-Transform-Load (ETL) processes to update a Socrata open data portal. Documentation is available at http://open-data-etl-utility-kit.readthedocs.io/en/stable
Other
95 stars 30 forks source link

Warning produced running job #21

Closed tomschenkjr closed 9 years ago

tomschenkjr commented 9 years ago

Right now, a successful completion of a Kettle ETL for the portal will produce the following warning:

WARNING: -h,--fileToPublishHasHeaderRow is being ignored because -sc,--pathToFTPControlFile or -cf,--pathToControlFile was supplied.Publishing

ETLs will succeed, but will only recognize the control file settings.

Just need to fix the ETL/Utilities/DataSyncHTTP.ktr step which compiles the DataSync command.

levyj commented 9 years ago

I have made the change and am testing on our system before updating this repository.