How can I change the columnDelimiter for the data upsert bulk command ?
#2947
Replies: 3 comments 5 replies
-
|
Hey @RupertBarrow - As you know, this is exactly why we've started using github discussions, so we can find gaps and deliver features users would actually want and use! Hopefully we can add this ability soon! |
Beta Was this translation helpful? Give feedback.
-
|
@RupertBarrow - Thank you for the feedback! We're actively working to improve bulk data operations in the CLI. I've asked @cristiand391 to look into adding support for the settings you've specified. |
Beta Was this translation helpful? Give feedback.
-
|
Is there a ticket I can follow on line-ending being settable from the CLI as a flag? Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Salesforce Metadata API for Bulk Upsert v2.0 (https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/walkthrough_upsert.htm) lets you define the following during a job creation (example) :
The API provides other options (https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/create_job.htm) such as
columnDelimiter,assignmentRuleId.The SF CLI
data upsert bulkcommand has options to setobject(-s) andexternalIdFieldName(-i).How can I set
lineEnding,columnDelimiterorassignmentRuleIdin thedata upsert bulkCLI command ?Beta Was this translation helpful? Give feedback.
All reactions