Hello everyone,
I'm trying to create an export rule to remove "c8405_" on this parameter that is being exported.
Right now, my export rules are:
With the first one, I try to replace c8405_ for "" and the second one is to remove on all tables everything that is inside brackets. This last one works.
I tried to do them individually and the first one never works. Any ideas?
Ana Pinho [SLC] [DevOps Advocate] Selected answer as best 12th January 2022
Hi Ana,
Can you try below regex?
^c8405_
Ana Pinho [SLC] [DevOps Advocate] Posted new comment 6th January 2022
Hi Jens,
Unfortunately, didn’t work