Skip to main content
Solved

Remove blank lines from an attribute values

  • May 29, 2018
  • 4 replies
  • 183 views

Forum|alt.badge.img

Hello,

 

How can I remove all blank lines from an attribute values.

 

Blank lines are as shown in next screenshots

 

Thank you very much.

Best answer by david_r

Click the button to the right of the "Trim Characters" setting and open the the text editor.

Insert a blank newline and close.

That works for me, anyway.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • 8391 replies
  • May 29, 2018

Have you tried the AttributeTrimmer?

If you do not specify a trim character, white space is removed (spaces, tabs, newlines, and carriage returns).


Forum|alt.badge.img
  • Author
  • 56 replies
  • May 29, 2018

Have you tried the AttributeTrimmer?

If you do not specify a trim character, white space is removed (spaces, tabs, newlines, and carriage returns).

I have tried it but didn't get the desired result

 

I wanna keep spaces but remove only blank lines

 

 

 

 


david_r
Celebrity
  • 8391 replies
  • Best Answer
  • May 29, 2018

Click the button to the right of the "Trim Characters" setting and open the the text editor.

Insert a blank newline and close.

That works for me, anyway.


Forum|alt.badge.img
  • Author
  • 56 replies
  • May 29, 2018

Click the button to the right of the "Trim Characters" setting and open the the text editor.

Insert a blank newline and close.

That works for me, anyway.

It worked fine

 

Thank you !