IgnoreEmptySpace

The IgnoreEmptySource behavior tells the import processor to skip any mappings where there is no source value in the import file. Enabling this behavior is equivalent to making every step and every mapping optional. To enable this behavior, add an <Item> with the name “IgnoreEmptySpace” and a value of “true.”

<Item Name="IgnoreEmptySource" Value="true"/>