Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a field called FirstName, this field contains First Names and also First/Middle/Last separated by forward slashes. Example: Carolus/T/Holman. I need to split this on the Slash. Ii have tried a few things but nothing is working. I need to get the RegEx code to split the Field. I have also tried the tExtractDelimitedFields with the same results.
Thanks.
Hi,
Please try below.
Please let me know if you have any issues.
Regards,
Hi,
Please try below.
Please let me know if you have any issues.
Regards,
I thought the output was self-mapping, when I added expected columns, then the component worked. Thank you.