Store Input Data Route

This route stores the original data on a file system.

Route Components Description

Component Name Component Type Description
Inbound Parent Route Input Receives the data from the parent route.
Check SaveSourceFile Router Verifies the property StoreInputData (defined on the Environment tab of the profile and defaults to true) and if the property value is true, directs the data to the storage.
Store input data to data repository File System Outbound Stores the data in the following location: ${DataRepositoryPath}/{Prp[OriginalFileFolder]}.
Source Parent Route Outbound Returns the data back to the parent route.