Select to view content in your preferred language

Run ETL from command line

2186
1
10-31-2012 10:47 AM
JackGeren
New Contributor
Is it possible to run an ETL tool model from the Windows command line ">"?
0 Kudos
1 Reply
BruceHarold
Esri Frequent Contributor
Hello J

Yes, if you write a standalone Python script that imports arcpy and the Data Interoperability extension and imports/adds your toolbox, you can execute the tool from a command shell.  This is the same workflow as any other geoprocessing functionality called from a command line.

Regards
0 Kudos