Does anyone have any experience generating SSIS packages with a CozyRoc TableDifference component using Biml?&nbsp;&nbsp;<br> <br> The difficulty is that arrays are used for properties like NewInputLineageIds, Names, KeyOrders, CheckOptions, etc. &nbsp;These all show up in the Properties pane as Int32[] Array or String[] Array. &nbsp;If I define one of these like this:<br> <br> &lt;CustomProperty Name="CheckOptions" DataType="Int32" IsArray="true"&gt;&lt;/CustomProperty&gt;&nbsp;<br> <br> An error occurs when I try to open the generated package: &nbsp;An expected element "arrayElements" was not found.&nbsp; I'm not sure how to define an array like they're looking for in a CustomProperty.&nbsp;&nbsp;<br> <br> &nbsp;