Hi,
How do I parse out the 5th word in a string?
ie.
This is a sentence in my string.
to
This is a sentence in
thanks.
@wonka1234 One way of doing this with the GetWord() and SubString Functions
@wonka1234 one way:
before:
after:
@BS_THE_ANALYST @binu_acs
I should clarify, make each string and parse it to only the first 5 words. Not parse it out.
@binu_acs your method is making anything less then 5 words become blank.
I think I get what you mean? See picture:
@wonka1234 my understanding was you need the output as 'This is a sentence in' from the input 'This is a sentence in my string'?
@wonka1234 Updated the workflow
Hi, @wonka1234
Please take a look at the below.
Please also mark it as an acceptable solution if it works for you.