Hi all, I've got a question regarding the Dynamic Rename tool which I'm hoping to get some help with. I'm importing a CSV file which has all Column Header titles mashed together like so: VendorClaimNumber; ItemName; CountryClaim, etc.
I'm looking for a way to dynamically add a space between the Capital Letters to change the headers to Vendor Claim Number, Item Name, etc.
I've tried a REGEX_Replace ([_CurrentField_],"\u","\s") and that didn't do it...any ideas? Thanks everyone!
Bren