Hi Everyone!
I’m fairly new to Knime (which I learn in Uni) and I need some help with one of my projects.
I have to extract the year from a string column, but my issue is that it has many different formats of dates.
I used the String manipulation node for another column, but I don’t know if I should use it for this or not. I guess I should use regex or wild cards some way(?)
I thank you in advance if you help me with your ideas!
and welcome to the Knime community, it’s great to have you here.
Would you mind sharing the raw data please? It would spare us manually creating it from scratch and facilitate providing you a solution or at least an approach to it.
First of all, I would like to thank you for your help! I learned a lot from your solution.
I’m almost done with implementing it. I do have more data than the picture shows, so there is some more modification that I need to do, but they are similar to the last 2 String Replacer. So first I will try to figure it out myself, based on your workflow.