Symptom
The connectors can process multiple input files. How can this be enabled?
Environment
SAP SuccessFactors Learning
Resolution
Each connector has a property that enables multiple file processing. It is the connector.input.file.multiple property. Add this property to the specific connector. Examples:
- Enabling the Item Connector: item.connector.input.file.multiple=true
- Enabling the Learning History Connector: learninghistory.connector.input.file.multiple=true
- Enabling the Curricula Connector: curriculum.connector.input.file.multiple=true
- Enabling the Class Connector: scheduleoffering.connector.input.file.multiple=true
Once enabled, the input files will have a numeric suffix. For example, if you had two files to process in a single run then you would name the two separate files as: item_data.txt.1 and item_data.txt.2. The numeric suffix cannot have leading zeroes. They must be 1, 2, 3 – NOT 01, 02, 03.
See Also
2256245 - Multiple input files not working with PGP encryption
Keywords
multiple input file, connector, connector.input.file.multiple, provisioning export jobs, sf, lms, setting, property, configuration , KBA , LOD-SF-LMS-CON , Connectors , How To