Solved

Limit attribute value to 8 character

  • 23 February 2022
  • 5 replies
  • 15 views

Hi, i have a attribute field that contains value more than 8 charecter.I want to limit it to 8.

icon

Best answer by david_r 23 February 2022, 08:21

View original

5 replies

Userlevel 4

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.

Userlevel 4

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

Reply