Question

How can I substract the strings, including column names, I need from one cell?


Badge

The data that I have is like the following:

image 

I would like to substract the information within the brackets, so I get the following result:

image.png 

Can anyone help me how I can achieve this within my workbench?


3 replies

Userlevel 4
Badge +36

Update: You don't even need to add the HTML tags, using the HTMLExtractor on the original data is enough!

Without_HTML_tagsOriginal answer: One very quick way: enclose the value of REMARK in HTML tags, and use HTMLExtractor.

HTML_tags

Badge

Perfect! Very easy like that :-)

Thank you.

Userlevel 5
Badge +29

Update: You don't even need to add the HTML tags, using the HTMLExtractor on the original data is enough!

Without_HTML_tagsOriginal answer: One very quick way: enclose the value of REMARK in HTML tags, and use HTMLExtractor.

HTML_tags

Thats a great solution, I was thinking StringSearchers with some Regex but this is much cleaner!

Reply