Upload a File
You can upload and run Excel type custom import mappings in a "run once" fashion. You use the functionality provided by the Run Import Mapping button at Tasks » Custom Import Mappings where you can select the mapping that you want to use for the import, but you upload a temporary import file instead of using an existing import definition file.
Prerequisites:
- Only users who have the Administrator role can upload files.
- Ensure that the server has read/write permissions for the configured upload directory.
Process flow overview:
- Upload the Excel file using the Run Import Mapping interface.
- The system validates and sanitizes the filename.
- The file is saved to a temp folder under the FileBasePath that you configure in appsettings.
- The file is validated for size and extension.
- The security scan is performed if configured, based on the scanner type setting that you configure:
- If the file passes the security scan, it is saved to the Approved folder under the configured FileBasePath.
- If the file fails the security scan, it is moved to the Quarantine folder under the configured FileBasePath.
- The status of the file upload is displayed at
.
- Success - The file passed all filename, size, and security requirements and has been moved to the Approved folder.
- Quarantined - The security scan detected threat(s), and the file has been moved to the Quarantine folder.
- You can run the Excel import mapping if the file upload succeeded.
- Related Topics:
- Configuration
Parent Topic: Custom Import Mappings