Cinchy Table

Parameters are not supported for domain and table name.

<CinchyTableTarget model="" domain="Cinchy" table="TARGET_SAMPLE" suppressDuplicateErrors="false">
<ColumnMappings>
	<ColumnMapping sourceColumn="Name" targetColumn="Name-new" />
	<ColumnMapping sourceColumn="Number" targetColumn="Number_new" />
	<ColumnMapping sourceColumn="Date" targetColumn="Date_new" />
</ColumnMappings>
<SyncKey>
        <SyncKeyColumnReference name="Name" />
</SyncKey>		
		<NewRecordBehaviour type="INSERT" />
		<DroppedRecordBehaviour type="DELETE"/>
</CinchyTableTarget>

Last updated