CustomMetadataLoader
CustomMetadataLoader copied to clipboard
Parsing Error
Unable to parse the CSV when there are blank values in the data row and it throws header mismatch error
My observation is that if a column has no value in CSV, then cell values mismatch to header and MDAPI call may fail due to a type mismatch
I managed to patch this by moving where the isBlank check was being done, so it will not add a blank value to the map when building the fieldsAndValues map in MetadataUtil class
Duplicate of https://github.com/forcedotcom/CustomMetadataLoader/issues/9