How to set Ignored character in the DCMA-import-folder.properties?
Applicable Ephesoft versions:
All
Instructions:
1. Navigate to Ephesoft\application\WEB-INF\classes\META-INF\dcma-import-folder
2. Open the dcma-import-folder.properties file
3. The settings for this property file are as follows:
import.folder_ignore_char_list : This property specifies the characters in input file name which needs to be replaced before sending file further for processing. Value of this property should be characters separated by semicolon. For example: %;&;$;
import.ignore_replace_char : This property specify the characters that needs to be used to replace characters specified by above property. This value of this property should be a single character. File having invalid characters in their names(characters specified by import.folder_ignore_char_list property), those characters will be replaced by character specified by this property during execution of folder import plugin.
import.invalid_char_list : This property specify the invalid characters which should not be present in batch folder and input file names. If any character mentioned in this list found available in batch folder name and input files name, batch will be sent into error state.Value of this property should be invalid characters separated by semicolon. For example: #;@;^;