We have spreadsheets for which we have to check for special characters amongst the data. We have to check for the following
&, &#, /~*, --, <, >, ‘, “, ’, Carriage Return, Line Feed, #. \. '
(Commas excluded)
I would like to report in the form of a error messages like:
AG18 - Special Character "&'" found
M14 - Special Character "Line Feed" found
T16 - Special Character "Line Feed" found
(We can't modify the spreadsheet without permission, we're tasked with finding things like this and reporting back)
The only way I can think of doing this is to have a filter for each character and for each column. Since our spreadsheets go to Column AH I can't imagine creating 422 filter tools for each tab. There's got to be a better tool for something like this.
For all my other checks I do a filter tool, send it to a "Report Text" tool which provides the error message and on it goes to a Union, and a render.....