These instructions provide details about the DataXChanger XML format used by the Cartegraph web application to integrate data. Key definitions are explained and example formats are included.
- On the Application server, open the Windows Task Scheduler.
- Create a new task and name it.
- From the Actions tab, click New.
- Browse to the ApplicationServer\bin directory and select cgDataXChangerBackground.exe.
- In the Add arguments field, enter the following argument replacing the areas in <> with the appropriate information. This includes Path to IMX file, IMX file name, Path to data file, and Path to the archive directory.
Import Example:
/JobType:FileImport /FormatFilePath:"<Path to imx file>\<imx file name>" /DataFilePath:”<Path to
data file>\<data filename>” /ArchiveDataFilePath:”<Path to the archive directory>” /DeleteDataFile:”true”
Export Example:
/JobType:FileExport /FormatFilePath:"<Path to imx file>\<imx file name>" /DataFilePath:"<Path to
data file>\<data file name>"
- From the Triggers tab, select the desired settings.