Hi,
I have two columns: first name and initials.
# | first_name | initials |
1 | John | J. |
2 | Robin Earl | R.E. |
3 | Mark Tate Lynch | M.T.L. |
4 | Bert Ern | B.E. |
5 | Johan Flugg | J.F. |
Is there a DQ rule that can check if the two columns are correctly in synch in what they should be? I understand checking the initials format is one thing, but I actually want to check if it is correctly formatted based on the first_name column. Looking for a preferred solution in ONE Web.