CustomMetadataLoader
CustomMetadataLoader copied to clipboard
Tool to help users bulk create and update custom metadata records in salesforce.com from a CSV file.
Installed Custom Metadata loader v 2.7 in sandbox. Trying to upload Custom metadata records, after choosing csv file the screen is saying 'The CSV file contains 9 records.'. After clicking...
Error is in expression '{!upsertCustomMetadata}' in component in page custommetadatarecorduploader: Class.MetadataService.MetadataPort.upsertMetadata: line 9261, column 1 Class.MetadataUtil.upsertMetadataAndValidate: line 160, column 1 Class.MetadataUtil.transformToCustomMetadataAndCreateUpdate: line 126, column 1 Class.CustomMetadataUploadController.importCSVFileAndCreateUpdateCmdRecords: line 144, column 1...
Error Message detail Web service callout failed: WebService returned a SOAP Fault: '' is not valid for the type xsd:double faultcode=soapenv:Client faultactor= El error está en la expresión '{!upsertCustomMetadata}' del...
My CSV file looks like ``` DeveloperName,Level__c,Containing_Node_Label__c,Type__c,FieldA__c,FieldB__c,FieldC__c OpportunityStage,0,,Field,,StageName, Contacts,0,,List,Contacts_In_Opportunity__r,, ``` When I try upload, I'm getting this error: `Error occured processing component .OpportunityStage. Type: bad value for restricted picklist field:...
The number of field values does not match the number of header fields on line2, this is the error if i have fields with empty values, any workarounds ?
Unable to parse the CSV when there are blank values in the data row and it throws header mismatch error
Relates to issue https://github.com/forcedotcom/CustomMetadataLoader/issues/45 I assume these lines were originally introduced to handle poorly formatted CSV with blank 'columns' at the end. If there was another reason, then this fix...
Error: Only components in the same namespace as the organization can be created through the API. We have a custom "My Domain" set up. Looked for details on how to...
Keep getting Header error when field names match. I even created a test Custom Metadata to match the sample csv file in Git. Got this error using sample file from...
I see that the Custom MetaData loader does not support uploading a file with special characters (such as á, ã, ä, ç, é, í, ó, ö, ô, ú). I got...