The data that I have is like the following:
I would like to substract the information within the brackets, so I get the following result:
Can anyone help me how I can achieve this within my workbench?
The data that I have is like the following:
I would like to substract the information within the brackets, so I get the following result:
Can anyone help me how I can achieve this within my workbench?
Update: You don't even need to add the HTML tags, using the HTMLExtractor on the original data is enough!
Original answer: One very quick way: enclose the value of REMARK in HTML tags, and use HTMLExtractor.
Perfect! Very easy like that :-)
Thank you.
Update: You don't even need to add the HTML tags, using the HTMLExtractor on the original data is enough!
Original answer: One very quick way: enclose the value of REMARK in HTML tags, and use HTMLExtractor.
Thats a great solution, I was thinking StringSearchers with some Regex but this is much cleaner!