• jam jake
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I'm getting below error when I try to insert custom metadata records from CSV file through the VS Code. I tried this (https://salesforce.stackexchange.com/questions/333535/errors-running-sfdx-forceorg-commands-getnumber-is-not-a-function) and this (https://github.com/forcedotcom/cli/issues/544) , but it didn't help. How this can be resolved?
 
ERROR running force:cmdt:record:insert:  Cannot read properties of undefined (reading 'replace')

Below is the data in a csv.
 
Industry__c,T_Industry__c
Test,Test

 

I tried SOQL Query Builder in VSCode and right now, I'm sticking with workbench until and unless I can solve a copy issues.

In workbench, I can highlight the output of a query, which is just HTML in a browser, and copy-and-paste it.  Works great, I get a table in a new email or Excel or whatever.  In SOQL-Builder in VSCode, I can find no way to copy and paste from the result area.

I've tried the two export buttons .csv and .json.  That would actually be less convenient, but they don't do anything.  I click them and nothing happens.  

Still waiting for a really good SOQL query tools but so far SOQL Query Builder in VSCode ain't it.