I am really struggling with knime’s functionality to extract parts of a string. I have attached some images
I would like to extract 2 parts from this string: Q:\Strategy Deployment\B100+ Tableau Files\1 - Data Store\2025\Brand\test initiative.xlsx
I would like Brand to be a new column called “action field” and test initiative to be new column called “initiative”.
I have been able to successfully extract the initiative column however can’t seem to extract the action field in a logic driven automated way.
In past experience using other tools there was a way to "take everything to the right of the second " however I can’t seem to find a way to get the index of the nth character.
I will admit that I first asked ChatGPT how to match the parts of your string. I then used that as input into my prompt to K-AI in Expression Node. Reason for doing that is that you need to escape "" and the Regex Expressions have a lot of them
Using two addional “string manipulation” nodes will get you the desired “Brand” column. If you like you can combine both nodes to one, but then it’s hard to read.
If you don’t mind please flag the post as solution - that way people that came across this topic when searching for a solution to a similar problem see it at the top of the page.