When the administrator runs the splitter to import the sublist using the local configuration in data source, the configured CSV file is moved in the archive directory matching to organization of the data source and the file name is not valid for the next splitter.
For example, if the local path configured in data source is $POM_HOME/public/<org-id>/contactlistimport/collectiondata.csv, the file is deleted. The file available at $POM_HOME/archive/<org-id>/splitter/<splitter-id>/collectionData.csv_<splitter-id> is moved to $POM_HOME/archive/<org-id>/contactlistimport/collectiondata.csv_<splitter-id>_timestamp after the file is processed.
The remaining CSV and error CSV files are also archived from $POM_HOME/archive/<org-id>/splitter/<splitter-id>/remaining.csv to $POM_HOME/archive/<org-id>/contactlistimport/remaining.csv_<splitter-id>_timestamp.