how to get a text between two phrases using cut stage

KarunKarun MemberPosts:13Newbie
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

Answers

  • kaymankayman MemberPosts:662Unicorn
    You could replace your ' and ' with a comma, and then use the split operator and split on comma.
Sign InorRegisterto comment.