Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Darmesh
Contributor III
Contributor III

Find length of each string row by row

0695b00000Hvc2vAAB.jpg

How can i get the count of each string. Below is the output

0695b00000Hvc3jAAB.png

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Add a new column in the output table tMap, and set its expression as:

row1.Column1.length()

 

//call the Java function to get the length of a string.

 

Regards

Shong

View solution in original post

1 Reply
Anonymous
Not applicable

Hi

Add a new column in the output table tMap, and set its expression as:

row1.Column1.length()

 

//call the Java function to get the length of a string.

 

Regards

Shong