0

Rich text

Hello, I have a Rich text with many line. To end of every line i have a CR. Now with a function of text or another how can find then CR position. In a other word i need to parse line by line the rich text fiel.

Thanks

4 replies

null
    • Support
    • 5 yrs ago
    • Reported - view

    Rich text fields are not suitable for parsing. They contain html. Please use 'Text (multiline)' instead.

    Birger 

    • CISOFT_Sarl
    • 5 yrs ago
    • Reported - view

    Hello Birger, i use not rich text but 'Text (multiline)'.Sorry !. And how can parse it line by line?

    • Leonid_Semik
    • 5 yrs ago
    • Reported - view

    You can convert the multiline text into an array. The command is

    ---

    split (Multiline field, "

    ")

    ---

    Then you can use a loop to place all the array members in other fields. Here's a link:

    https://www.dropbox.com/s/fqpihfu2iu2lrzh/MULTILINE%20PARSE.ninox?dl=0

     

    Leo

    • CISOFT_Sarl
    • 5 yrs ago
    • Reported - view

    Extra:) Many Thanks Leonid.

Content aside

  • 1 yr agoLast active
  • 4Replies
  • 3053Views
  • 1 Following