You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a scenario where I am required to perform more than one check on single field.
For example:
For a column - Type should be Decimal, Pattern should be 9,999,999.00 and the value should be less than a million. For this I am required to include two rules which are FType: Pattern and Rule: ?,???,???.?? FType: Decimal and Length ...999999
How can I handle such scenario in CID file? Thanks.
The text was updated successfully, but these errors were encountered:
I have a scenario where I am required to perform more than one check on single field.
For example:
For a column - Type should be Decimal, Pattern should be 9,999,999.00 and the value should be less than a million. For this I am required to include two rules which are
F Type: Pattern and Rule: ?,???,???.??
F Type: Decimal and Length ...999999
How can I handle such scenario in CID file? Thanks.
The text was updated successfully, but these errors were encountered: