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,
You can maybe try to adapt this one:
<ExportRule table="6000" tag="Protocol/Params/Param/Description" value="Beam Statistics" whereTag="Protocol/Params/Param/Name" whereValue="DVEsDataRemotesBeamTraffic"/>
In this example I force the Description of the parameter with the Name "DVEsDataRemotesBeamTraffic" to be "Beam Statistics"