how to get a text between two phrases using cut stage
Karun
New Altair Community Member
I have a phrase
"Automobile stocks are A1,A2 and A3."
I want to fetch A1,A2 and A3 i.e. substring between two strings of an attribute, please suggest
"Automobile stocks are A1,A2 and A3."
I want to fetch A1,A2 and A3 i.e. substring between two strings of an attribute, please suggest
Tagged:
0
Answers
-
You could replace your ' and ' with a comma, and then use the split operator and split on comma.0