Thankyou for posting your query on Microsoft Q&A platform .
I understand that you are trying to fetch the index of each occurrences of a character in a string using ADF pipeline.
Unfortunately, ADF Data Flow does not have a direct function to find the nth occurrence, but you can achieve this by creating cascading approach where each occurrence is based on the previous one with locale
in derived column transformation.
To directly find the nth occurrence of a character in a string using Azure Data Factory (ADF) Data Flow, you can create a custom logic using a combination of expressions.
If you're sharing logic across multiple columns or want to compartmentalize your logic, you can create a local variable : Locals
Create the columns with these locals:
Hope it helps. Kindly accept the answer by clicking on Accept answer
. Thankyou