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 Filter not working with regex (XML-Database)
rshekhawat
Environment:
Solaris : SunOS 5.8 Generic_117000-03 sun4u sparc SUNW,Ultra-60
TS: 6.1.0 Build 43683 Interwoven 20041204
OD/DD: Version 6.0.1.0.0 Build 41860 Interwoven 20041018
Database: Oracle 9i
Regex-filter for replicants XML records are not working in DataDeploy, Please see the in attached OD config file i.e. test.xml. Though it works fine for non-replicant
Please see the attached source-xml(ts-filesystem) test.xml and OD config
I have tried all the following options as below in regex, It always filter all the records even with the value 'TRUE' ( no record added to database)
e.g.
< field name-pattern="last/0/java-bean/0/fields/0/map/0/entry/.*/java-bean/0/isDatabaseField/0/boolean" match="false"/> <field name-pattern="last/(.*)/isDatabaseField/0/boolean" match="false"/>
<field name-pattern=".*/isDatabaseField/.*" match="false"/>
<field name-pattern="last/0/java-bean/0/fields/0/map/0/entry/[1-9]/java-bean/0/isDatabaseField/0/boolean" match="false"/>
All the records even False are added in Database in the below case
<field name-pattern="last/0/java-bean/0/fields/0/map/0/entry/[1-10]/java-bean/0/isDatabaseField/0/boolean" match="false"/>
Business problem: Datadeploy from custom XML(ts-filesystem) to Oracle database. I want to avoid adding fields which have last/0/java-bean/0/fields/0/map/0/entry/0/java-bean/0/isDatabaseField/0/boolean=false, please see the attached xml-source file (ebusinessform_testcontent_test_001.xml).
Find more posts tagged with
Comments
rshekhawat
Here are the attachments