Error in Text-Formatter -> Truncate ?

Status: Open · Asked by Ulf on · 0 views

Ulf — Question ·

When I select "End: True" in Text-Formatter-Truncate it still works from the beginning of the string. Is this correct? I am trying to isolate the file extension at the end of a URL, but it is still returning the first 4 characters...

See attached image

Thank you
Ulf

Attachments

PabblyTextFormatter-Error.jpg
Neeraj Agarwal — Reply ·
When I select "End: True" in Text-Formatter-Truncate it still works from the beginning of the string. Is this correct? I am trying to isolate the file extension at the end of a URL, but it is still returning the first 4 characters...

See attached image

Thank you
Ulf


Just an alternative that you can use to fetch 4 characters from the right using Spreadsheet Formulas.

PabblyMember3 — Reply ·
When I select "End: True" in Text-Formatter-Truncate it still works from the beginning of the string. Is this correct? I am trying to isolate the file extension at the end of a URL, but it is still returning the first 4 characters...

See attached image

Thank you
Ulf


Hello Ulf,

Just to inform you that, truncate string always reads your string from left to right and truncates the given string from the left to the given number of characters, you can pass the number of characters to skip along with the ending ellipsis text. eg: ... (3 dots)

We have updated the help text of the same. Please check the attached image

Attachments

Truncate.png
Ulf — Reply ·
Hello Ulf,

Just to inform you that, truncate string always reads your string from left to right and truncates the given string from the left to the given number of characters, you can pass the number of characters to skip along with the ending ellipsis text. eg: ... (3 dots)

We have updated the help text of the same. Please check the attached image


Ok, thanks for the clarification! To be picky, there's a typo in the new help text: "ture" should be "true" ;):cool:
Ulf — Reply ·
Just an alternative that you can use to fetch 4 characters from the right using Spreadsheet Formulas.


Great, thank you for the rescue! :)
PabblyMember3 — Reply ·
Ok, thanks for the clarification! To be picky, there's a typo in the new help text: "ture" should be "true" ;):cool:

Thanks, Just corrected the same.

Back to all forum threads · Log in to reply