Hi,
Im trying to retrive the information of languages using the Set variable from a text i notes. The text I am trying to extract is the following:
Languages
Svenska (Native or Bilingual)
Engelska (Professional Working)
Certifications
And the Set variable Value I am using are as follows:
w?Between(??Clean((?Remove([%PDFtext],,,True)])],"Languages","Certifications")]
Although the value I am retriving is:
Svenska(NativeorBilingual)Engelska(ProfessionalWorking)
Where the retriving text is lacking spaces. How do I retrive the text where its including the blankspaces between the different languages?
Thanks in advance!
Johan