How can I change the columnDelimiter
for the data upsert bulk
command ?
#2947
Replies: 3 comments 4 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.
-
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 bulk
command has options to setobject
(-s
) andexternalIdFieldName
(-i
).How can I set
lineEnding
,columnDelimiter
orassignmentRuleId
in thedata upsert bulk
CLI command ?Beta Was this translation helpful? Give feedback.
All reactions