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