Hi, i have a attribute field that contains value more than 8 charecter.I want to limit it to 8.
You can use the SubstringExtractor for this.
You can use the SubstringExtractor for this.
Actually i have the value starting from 1 to a number which contains more than 8 character. so i want something like attribute rounder so that i could mention the maximum digit.
Actually i have the value starting from 1 to a number which contains more than 8 character. so i want something like attribute rounder so that i could mention the maximum digit.
Can you provide some examples.
Actually i have the value starting from 1 to a number which contains more than 8 character. so i want something like attribute rounder so that i could mention the maximum digit.
i need a transformer which will limit the attribute value to 8. if there is any value more than 8 character it should erase the extra value on the right side
Actually i have the value starting from 1 to a number which contains more than 8 character. so i want something like attribute rounder so that i could mention the maximum digit.
i found it (string length formatter )
Thank you