Project

General

Profile

« Previous | Next » 

Revision 49013

Ensure we are passing the 'passFullRecord' parameter to the X3M transformation job node

View differences:

transform_x3m_template.xml
19 19
				<PARAM name="schemaURL"  description="XML schema URL for validation"  required="false" type="string" />
20 20
				<PARAM name="mappingPolicyProfile" description="Mapping policy to apply by X3M" required="false" type="string" />
21 21
				<PARAM name="mappingProfiles" description="X3M mapping rules" required="true" type="list" />
22
				<PARAM name="passFullRecord" description="True to pass the full record to x3m" required="true" type="boolean" />
22 23
				<PARAM name="verboseTransformationLogging" description="Enable verbose logging of X3M" required="false" type="boolean"/>
23 24
				<PARAM name="cleaningRuleId" description="Cleaning rule" required="true" type="string" />
24 25
			</PARAMETERS>
......
77 78
						<PARAM name="mappingPolicyProfileId" ref="mappingPolicyProfile"/>
78 79
						<PARAM name="mappingProfileIds" ref="mappingProfiles"/>
79 80
						<PARAM name="verboseLogging" ref="verboseTransformationLogging"/>
81
						<PARAM name="passFullRecord" ref="passFullRecord"/>
80 82
					</PARAMETERS>
81 83
					<ARCS>
82 84
						<ARC to="clean"/>

Also available in: Unified diff