The data looks like this:
\\asdhf\revi\Tim2,AK\AK_ADMPH,Allow,Fix
\\asdfs1\revi\Tim, John,BUILTIN\Administrators,Allow,None
I want to use “dynamic” delimiters… I want the delimiters to be:
- 1st delimiter: “,BUILTIN” and “,AK”
- Then: the usual comma.
The end result should be:
I have tried many ways with no success.


