core.noscript.text
Hi, i have to extract text (Fund Names) from rows and then take those into seperate column.
The text in the column is:
3010208700NVIT Multi sector bond fund
3028799888NVIT Columbia overseas value fund
I want to extract starting from NVIT till fund
REGEX_Replace([field1],".*NVIT\s(.*)\sFund","$1")
Hi @Tid14
Here is how you can do it.Workflow:
Hope this helps : )
@atcodedog05Good job reading that section that the poster wanted to include NVIT and Fund...