If I have a number data item with a default value of 1, and I do a data import and leave that data item value blank on my csv, should the default value be populated? Is there any way to get this behavior?
If I have a number data item with a default value of 1, and I do a data import and leave that data item value blank on my csv, should the default value be populated? Is there any way to get this behavior?
Yes! Confirm that the “Null Profile” on your Data Import Definition’s Mapping matches the empty values in your CSV, and this should be the resulting behavior. See the help text and doc for more details:
thanks for the response! This is exactly what I was looking for thank you!!