Sanitize Filename
Creates a valid filename from an invalid one.
This activity creates a valid windows filename from a user-specified one by removing the invalid characters.
Input
- Path: - String Argument- RequiredSpecifies the input filename.
Output
- Result: - String VariableSpecifies the sanitized and valid Windows filename. Invalid characters will be replaced with an underscore (should not include the directory path).
Last updated
