*Note*
Only one ImportExportFacility should be active within a Scheduler session, because each call to
SetSource... will destroy the cached data on the server for any other export or import
operations that are in progress.
*Importing Data*
Importing data requires these steps:
1. Transfer the data to the server using one of the SetSource... methods.
2. Call ParseImportData to preprocess the import file.
3. Review the results from ParseImportData, and adjust settings and object selections as needed.
4. Call ImportData to complete the import.
*Exporting Data*
Exporting data requires these steps: