知識不足なのか、原因がわからず質問させていただきます。
cli-kintoneを使って、夜間に更新処理を行っています。
11万行ほど、更新しており、途中のレコードで"レコード(id: 55150)の指定が重複しています。"のエラーが発生し中断となりました。
CSV上特に問題が見当たらずの状態で、いったんそのCSVを回避して実行したところ残件は更新終了できました。(CSVはsjisで作成しており、文字化けなどは無いのです。)
恐れ入りますが、アドバイスをいただけないでしょうか?
[2022-06-16 23:28:11]: Start from lines: 12101 - 12200 => SUCCESS
[2022-06-16 23:28:12]: Start from lines: 12201 - 12300 => SUCCESS
[2022-06-16 23:28:13]: Start from lines: 12301 - 12400 => SUCCESS
[2022-06-16 23:28:15]: Start from lines: 12401 - 12500 => SUCCESS
[2022-06-16 23:28:16]: Start from lines: 12501 - 12600 => ERROR OCCURRED
ID: ***********************************
Code: GAIA_RE09
Status: 400 Bad Request
Message: レコード(id: 55150)の指定が重複しています。
Errors detail: (none)
[2022-06-16 23:28:16]: PROCESS STOPPED!
UPDATE ERROR.
For error details, please read the details above.
Lines 12501 to 12600 of the imported file contain errors. Please fix the errors on the file, and re-import it with the flag "-l 12501"
cli-kintone --import -d ********-a 682 -e sjis -t***************** -f "xxxxxxxxxxxxxxxxxx" -l 12601
[2022-06-16 23:34:57]: Start from lines: 1 - 100 => SUCCESS
[2022-06-16 23:34:59]: Start from lines: 101 - 200 => SUCCESS
・・・・・・・・・・・・・・・・・・・
[2022-06-17 00:08:44]: Start from lines: 116801 - 116900 => SUCCESS
[2022-06-17 00:08:45]: Start from lines: 116901 - 116991 => SUCCESS
[2022-06-17 00:08:46]: DONE