Hi,
I picked a DVE connector that has not been updated in a while and DIS is throwing a lot of critical errors regarding the description of the parameters being the same.
This is due to an export rule that removes the table description in parenthesis from all tables that will be exported, even the ones that will not be standalones.
Is there a way to remove the table description from the exported standalone parameters only in a generic way? or do I have to write a rule for each table? Note: This connector has over 8000+ parameters, my goal is to search for a more optimize way before going the brute force method.
Hi Aldrick,
Unfortunately, there is no simple filter to indicate that an ExportRule should only apply to parameters exported as standalone or when exported as part of a filtered table.
The only option I can think of that might meet your needs is to use a combination of whereAttribute/whereTag and whereValue.
You could then find something in common in the exported standalone parameters that you could use to filter upon. An idea that comes to mind is that table columns exported as standalone parameters usually have RTDisplay set to false but the Positions element is defined.
Hope this can help you.