Hello, is there a way to test an integer's length within the TestFilter transformer? I have an integer column that can be freely populated with values, but I need to flag rows that are not 6 characters long. Is there some operation in the Test Clauses window that I can use to test for this?
Solved
Testing an integer length?
Best answer by david_r
You can use the @StringLength() function, for example if your integer column is called "num":
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.