Hello everyone. I’m trying to extract certain data from a row in a DT Variable.
I attached a screenshot showing the data contained by the DT variable. As you can see, I have only one column and i need to extract the year ranges in it ( " [06.1991 - 10.1997] " and " [04.1992 - 10.1997]" )
I think using a Linq method would help but I’m not sure how to implement it.