Hello all,
I'm trying to conduct a data audit on my database and would need to create the following:
1) Count all rows with non-printable characters of all columns
2) Count all rows with numbers of all columns
3) Count all rows with letters of all columns
4) Count all rows with letters and numbers of all columns
I have tried using the String Manipulation node and countChars, but this only let's me check one character at a time. Also the Rule-Based Row Filter lets me filter out this data, but for having more than 40 columns it's quite time consuming to set up everything one by one.
Any better solutions?
-J