Data Loader(データローダ)で日付形式エラーが発生する場合、タイムゾーンオフセット付きの適切な形式を使用する必要があります。例えば、`1999-01-01T23:01:01+01:00` ではなく、`1999-01-01T23:01:01+0100` または `1999-01-01T23:01:01GMT+01:00` を使用してください。Data Loader(データローダ)は SOAP API または BULK API に基づいており、固有の形式ルールがあります。
API で有効な日付/時刻項目の形式については、次のリソースに記載があります。
データローダおよび API の 「日付」 または 「日付/時間」形式
Bulk API 開発者ガイド - レコードで有効な日付形式
Force.com SOQL および SOSL リファレンス - 日付形式と日付リテラル
データで GMT または UTC を除いてタイムゾーンを指定または設定する必要がある場合があります。 このような場合には、データで次のようにタイムゾーンを設定します。
1999-01-01T23:01:01+01:00
上記は API で使用可能な日付/時刻項目の形式として記載されていますが、データローダで挿入、更新、挿入/更新を試みると、次のエラーが発生することがあります。
Error converting value to correct data type: Failed to parse date: 1999-01-01T23:01:01+01:00
データローダは SOAP API または BULK API に基づいていますが、タイムゾーンオフセット付きの dateTime 値については、固有の使用可能な形式ルールがあります。
データローダで固有にサポートされているすべての形式については、「データローダでサポートされるデータ型」を参照してください。
上記で使用した例:
1999-01-01T23:01:01+01:00
適切な形式は次のいずれかです:
1999-01-01T23:01:01+0100
または
1999-01-01T23:01:01GMT+01:00
参考情報:
データローダのインストールと Java の考慮事項
000383025

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.