Item Import does not save the Item - It shows as 'Not Saved'

We are importing the Items from a excel spreadsheet.- but after import the Items are displayed as ‘Not Saved’ .
Since we have to deal with almost 5,000 Items, it is not possible to Save each Item individually.
Please suggest if there is any process to Save all the Items together.

1 Like

We have the same issue but unfortunately, we haven’t found any solution

1 Like

having same issue…Record is “Not Saved” ,please any idea?

we run the script and saved all items from the console

Thank you @NMyshuk
Yes working fine

Hello mate
What is the content or code of the script?
something similar is happening to me

Hi,

items = [all item_codes]
for item in items:
    doc_item = frappe.get_doc("Item", item)
    doc_item.save()
frappe.db.commit()