Project

General

Profile

« Previous | Next » 

Revision 48831

New parameter to decide to pass the full record or only the metadata block to x3m.

View differences:

x3m_aggregation_wf.xml.st
24 24
                <PARAM name="useDeclaredSchema" description="Validate according to the schema decalred in each record" required="true" type="boolean" managedBy="user">false</PARAM>
25 25
                <PARAM name="schemaURL"  description="XML schema URL for validation"  required="false" managedBy="user" type="string" />
26 26

  
27
				<PARAM name="passFullRecord" description="True to pass the full record to x3m" managedBy="user"    type="boolean">false</PARAM>
27 28
                <PARAM name="transformationMode"    description="Incremental or refresh mode"       managedBy="user"    type="string"   function="validValues(['REFRESH','INCREMENTAL'])">INCREMENTAL</PARAM>
28 29
                <PARAM name="verboseTransformationLogging"  description="Enable verbose logging of X3M"     required="false"    managedBy="user"    type="boolean"/>
29 30
				<PARAM name="mappingProfiles"              description="X3M mapping rules"                 required="true"     managedBy="user"    category="TRANSFORMATION_RULE_ID"   type="list"   function="listProfiles('TransformationRuleDSResourceType', '//TITLE')"/>
......
80 81
                                <ENTRY key="verboseTransformationLogging"   ref="verboseTransformationLogging"/>
81 82
                                <ENTRY key="cleaningRuleId"                 ref="cleaningRuleId"/>
82 83
                                <ENTRY key="transformationMode"             ref="transformationMode" />
84
                                <ENTRY key="passFullRecord"                 ref="passFullRecord" />
83 85
                            </MAP>
84 86
                        </PARAM>
85 87
                    </PARAMETERS>

Also available in: Unified diff