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?

The 'lead' records from the CSV were not found. Please check the instructions

Last updated at Posted at 2023-10-31

csvがおかしい
image.png

I've found the solution - I added extra column on the csv file with the title "Lead" (Not ''Lead Source" because it will not let you passed) and insert "Web" for the 44 records, upsert the data then map the "Lead" with ''Lead Source" in Data Import Wizard - it works!

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

解決策を見つけました。CSVファイルに「Lead」というタイトルの列を追加し(合格できないため「Lead Source」ではありません)、44レコードに「Web」を挿入し、データを更新/挿入します。データ インポート ウィザードで「リード」を「リード ソース」にマッピングすると、うまくいきます。

I found a different solution just now to that same error. In one of the steps it says to map the lead source to "Web". However, for some reason, the wizard doesn't find that option for me, so I skipped it, and the check didn't find the records, just like yours.

Check to see if this is the problem: Go to All Open Leads, display the Lead Source field. See if they are Web.

Resolution: If there's only the 44 or so records, you can just manually add "Web" as the lead source.

The better way may be to add a column onto that CSV for Lead Source, add CSV to all those records, and then use the import wizard to update those leads

同じエラーに対する別の解決策を今見つけました。ステップの 1 つでは、リード ソースを「Web」にマッピングするように指示されています。しかし、何らかの理由で、ウィザードはそのオプションを見つけられなかったので、スキップしました。あなたのものと同じように、チェックではレコードが見つかりませんでした。

これが問題かどうかを確認します。 [すべてのオープン リード] に移動し、[リード ソース] フィールドを表示します。ウェブかどうかを確認してください。

解決策: レコードが 44 件程度しかない場合は、リード ソースとして「Web」を手動で追加するだけです。

より良い方法は、リード ソースの CSV に列を追加し、それらのすべてのレコードに CSV を追加してから、インポート ウィザードを使用してリードを更新することです。

Try use the attached file and don't forget to select 'Add new and update existing records' instead 'Add new records', then map the 'Lead' column with 'Source Lead'.

添付ファイルを使用してみてください。[新しいレコードを追加] ではなく、[新規レコードを追加して既存のレコードを更新する] を忘れずに選択してから、[リード] 列を [ソース リード] にマッピングしてください。

You are right about the Japanese settings.

I exchanged the mapping of "First Name" and "Last Name" (in addition to your other suggestions) and the module can verify the exercise finally.

I was able to finally pass this step after hours of struggle after finding your discussion here :) ! You are right on the order of the First Name and Last Name, in Hungary we use them the same way as in Japan, like Last Name + First Name. For me the solution was to change locale also in personal settings, not only in company information.

日本語設定については正しいです。

(あなたの他の提案に加えて)「名」と「姓」のマッピングを交換し、モジュールは最終的に演習を検証できます。

ここであなたのディスカッションを見つけてから、何時間も苦労した後、ついにこのステップを通過することができました:)!名前、姓の順になっていますが、ハンガリーでは日本と同じように姓+名のように使います。私にとっての解決策は、会社情報だけでなく個人設定でもロケールを変更することでした。

英語でないと合格できない

自分でもこのエラーになった

言語が英語だったけど、地域が日本だった。アメリカに変えたらOK

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?