Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
Currently, we match custom field import data on the custom field LABELS. This is good esp for folks who are re-importing exported data (since we spit out the LABELS) - and for folks who prefer the "human readable" data. However, in many cases it would be preferable to match on the field VALUEs.
Modify the Import Parser logic to it tries to MATCH both the LABEL and VALUE before giving up and throwing an invalid record error.