Posted by: Jan
« on: June 02, 2026, 07:54:45 am »btw.. is there anything to make it as a condition NOT to truncate unless the text is 64 characters long? That would be perfect
Yes, this function exists in the Text replacing tool. You can set a text length criterion and, if the text is shorter, skip processing the next rows:
Code: [Select]
Change
%REGEXP%^.{0,63}$
To
%END%


