Supporting Scheduled Inventory Imports
When scheduling an inventory import, you must create a pipeline that retrieves files to be imported within your customized application. The following is a sample inventory import pipeline.
The following is a sample inventory import pipeline. This is an example, and isn't a supported part of the SiteGenesis application.
This outline largely ignores any error processing.
To better understand this pipeline, review pipeline details in the following pages:
- Sub-pipeline : GetExecSettings
- Sub-pipeline : GetUnzipFile
- Sub-pipeline : LoadFilesFromFTP
- Sub-pipeline : LoadFilesFromHTTP
- Sub-pipeline : DoInventory
The following are the referenced script files:
- BeginFileLog.ds
- CreateImpExFolderStructure.ds
- DelFile.ds
- EndFileLog.ds
- GetFilesFromDirectory.ds
- GetFilesFromFTPServer.ds
- GetFilesFromHttpServer.ds
- GetImpExProcessingPath.ds
- GetUnzip.ds
- LoadTaskConfiguration.ds
- RenameFile.ds