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?
Hi Ana,
From a regex perspective, everything seems OK to me and for the export rule as well.
Could you please confirm for me, is table 33000 the one exporting the DVEs, or is it a table with extra data that points to the one that creates the DVEs?
Export rules can have the * wildcard for the table field or specific tables, but with specific tables, they need to be the exporting ones and not the "auxiliary" ones.
Yes, that was the issue, I was using the auxiliary one. I switched to the “main” exporting table and it worked.
Thank you