Sample Smart Trading Cloud Repository Profile Workflow
The profile picks up the incoming National Standard Format data files from the file system. The corresponding route splits the incoming data into individual messages and validates the data. The route sends all the good data to the
This profile contains the following routes:
Route Structure
Route Components Description
| NSF Intake
|
FS Inbound |
Picks up the data from the file system. |
| NSF Split
|
XE Native |
Splits NSF into individual good messages and batchs all the bad message into a single file based on the guideline, parser schema, split rules, severity configuration that the component pulls from the Edifecs Cloud Repository. |
| Report
|
FS Outbound |
Stores the processing reports in the file system. |
| Bad Messages
|
FS Outbound |
Stores all the messages that have failed the validation. |
| Back-end messages
|
FS Outbound |
Stores all the individual good messages. |
| Update Submitter info
|
XMLTransformer |
Updates a submission number and a submitter identifier based on the XSLT transformation template file that the component pulls from the Edifecs Cloud Repository. |
| XData
|
FS Outbound |
Stores the XData with updated submitter information. |