0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Dataloader.ioのまとめ

Last updated at Posted at 2022-09-25

まとめページに戻る
まとめA~M

I had this exact issue and I spent 2 hours trying different strategies to find a fix and finally found a simple fix that worked for me and hopefully will work for you too.

  1. When you are prompted to login to salesforce through the dataloader.io website, click the checkbox "I have a custom salesforce domain".

  2. replace ONLY the 'yourdomain' part of the username with your active playground URL (ex: fancy-bear-ffsedj-dev-ed.trailblaze) so that the username looks like this example : fancy-bear-ffsedj-dev-ed.trailblaze.my.salesforce.com

dataloader または dataloaderIO を使用しているときに、trailhead plyground へのログインに問題がある

Although the content is different, there is a workaround for the error when you can not log in successfully.

I had this exact issue and I spent 2 hours trying different strategies to find a fix and finally found a simple fix that worked for me and hopefully will work for you too.

  1. When you are prompted to login to salesforce through the dataloader.io website, click the checkbox "I have a custom salesforce domain".

  2. replace ONLY the 'yourdomain' part of the username with your active playground URL (ex: fancy-bear-ffsedj-dev-ed.trailblaze) so that the username looks like this example : fancy-bear-ffsedj-dev-ed.trailblaze.my.salesforce.com

https://trailhead.salesforce.com/en/trailblazer-community/feed/0D54S00000Jy9kR

image.png

How many columns are you attempting to import? Blank columns in the document you convert to CSV can cause problems.

The following required fields are not mapped:

バグみたい。upsertなら問題ないらしい

  1. Take one of the users from your list of 100 and manually create a user record for them in Sf.
  2. Add a new column to the spreadsheet and give it a header "UserID"
  3. Copy the Sf ID of the one user you created in Sf and paste into the UserID column in the spreadsheet in the appropriate row (where that user's info is)
  4. Start an upsert task in dataloader.io and map the UserID column in the spreadsheet to the UserID field in Sf. Make sure all the normally required fields are present (the list can be found here: https://help.salesforce.com/HTViewSol..., except I discovered currency code isn't actually required)
  5. Run the task

Since Upsert is an update and an insert in the same operation, the one user you create manually will be the "update" portion, and the rest will be the "insert."

https://dataloader.zendesk.com/hc/en-us/community/posts/211166927-Insert-User-records-requires-wrong-set-of-fields-in-map-

Use Dataloader.io to Export Data

起動しないらしい
after this point the data loader doesn't launch.

I had this exact issue and I spent 2 hours trying different strategies to find a fix and finally found a simple fix that worked for me and hopefully will work for you too.

  1. When you are prompted to login to salesforce through the dataloader.io website, click the checkbox "I have a custom salesforce domain".
  2. replace ONLY the 'yourdomain' part of the username with your active playground URL (ex: fancy-bear-ffsedj-dev-ed.trailblaze) so that the username looks like this example : fancy-bear-ffsedj-dev-ed.trailblaze.my.salesforce.com

https://dataloader.zendesk.com/hc/en-us/articles/224214348-Having-trouble-logging-in-to-dataloader-io

トレイルヘッド

ログイン画面が出てこないようです。本番環境のセッションが残っているかららしい

参考になるサイト

エラー

image.png

Please check to use Bulk API

未解決

image.png

以下は正常
image.png

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?