You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have set UseSingleLineHeaderInCsv then it should get property by name item.GetProperty("propertyName"), this allows for the headers to be in a different order to how the properties are ordered.
The text was updated successfully, but these errors were encountered:
When setting the property value it selects the property by index:
properties[i].SetValue(item, Convert.ChangeType(values[i], properties[i].PropertyType), null);
If you have set
UseSingleLineHeaderInCsv
then it should get property by nameitem.GetProperty("propertyName")
, this allows for the headers to be in a different order to how the properties are ordered.The text was updated successfully, but these errors were encountered: