Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
DD filtering
PaulW
I am having problems getting th efilter to work in DataDeploy. Has nayone managed to get this working? (I'm sure someone has)
For now i am just trying to filter out all records that have description fields witha value of "X". the description field comes from metadata. the filter part of my loaddb.cfg looks like:
<filter name="MyFilter">
<discard>
<!--Exclude the following -->
<and>
<field name="key" match="TeamSite/Metadata/Description"/>
<field name="value" match="X"/>
</and>
</discard>
</filter>
I have also tried using the column name as the key match.
thanks
Find more posts tagged with
Comments
Migrateduser
Are you specifying which filter the destination needs to use:
Make sure the following is set before your destination section
<!-- Apply global filter 'MyFilter' to all tuples -->
<filter use="MyFilter" />
PaulW
yes, i did that.
error123.bmp