Skip to main content
Hello. I am attempting to upload mdt records using SFDX CLI. I get the error The column Label is not found on the custom metadata type. I saved the file as CSV (Comma delimited) and CSV UTF-8 (Comma delimited) and received the same error. Similar error using MasterLabel. Any help would be appreciated. Thank you.
답변 15개
  1. 2025년 2월 24일 오후 5:39

    I needed to name my columns in the .csv as the API names of the Custom Metadata Type custom fields - so by appending "__c" to the name of the column after the field name. For example, if the field name in my Custom Metadata Type was ZIP Code, I would name the column which values were supposed to go that field ZIP_Code__c.

0/9000