Hi,
I am looking for a transformer to filter by the amount of characters.
for example I have a set of ID numbers and I need to extract all the Id's that are only 18 characters long.
Help please !
Thanks,
Samuel
Hi,
I am looking for a transformer to filter by the amount of characters.
for example I have a set of ID numbers and I need to extract all the Id's that are only 18 characters long.
Help please !
Thanks,
Samuel
Hi @sspag1I would use the StringLenghtCalculator and test the string length attribute in a tester.
Hope this helps
Hi,
Use stringlengthcalculator and tester to filter out
I would use the AttributeValidator transformer and test on the validation rule "Maximum length".
I would use the AttributeValidator transformer and test on the validation rule "Maximum length".
Hi @sspag1I would use the StringLenghtCalculator and test the string length attribute in a tester.
Hope this helps
Hi @sspag1I would use the StringLenghtCalculator and test the string length attribute in a tester.
Hope this helps
I eventually worked it out and did exactly this
Thanks for the reply