Closed swbuehler closed 8 years ago
Made a change to the if that handles empty or 'NULL' field values so that it returns an empty field rather than "", which will get imported as "" and not as an empty value.
if
""
Made a change to the
if
that handles empty or 'NULL' field values so that it returns an empty field rather than""
, which will get imported as""
and not as an empty value.