09) Delete Code DFF File Route
This route deletes codes from the ECL WestCoastUSStates using a DFF file as the input source.
Route Structure
Route Components Description
Inbound
|
FS Inbound |
Picks up a .csv file and the related .properties file the file system. The file contains comma-separated records used to identify the code to be deleted. |
Delete Code
|
ECL Update |
Removes the code from the ECL. The component retrieves data required to delete the code (ecl_name, code_id, code_name) from the .csv and .properties files. |