I have to upload 10 years of data occupying 80 GB and reviewing the names of the folders and files for invalid characters that are not permissible on OneDrive is very challenging. I have a suggestion. While doing the upload, have a preprocessor that validates for permissible characters on OneDrive and alerts the user by giving a list of all such file names. All special characters can be replaced with a space (after getting user confirmation).
Because this feature does not exist, I will have to spend weeks to weed out the special characters and even this is error prone and will require several iterations.
I have to upload 10 years of data occupying 80 GB and reviewing the names of the folders and files for invalid characters that are not permissible on OneDrive is very challenging. I have a suggestion. While doing the upload, have a preprocessor that validates for permissible characters on OneDrive and alerts the user by giving a list of all such file names. All special characters can be replaced with a space (after getting user confirmation).
Because this feature does not exist, I will have to spend weeks to weed out the special characters and even this is error prone and will require several iterations.