Importing Data #8629
-
I'm currently setting up parts and their information within Inventree. For that purpose I first created all the parts with their basic information. Now I would like to add information step by step into Inventree. But currently I experience the following situation with the old UI and its respective import functionality I only can import about 100-150 parts per import without getting a "internal server error". Not sure what it is but could be a timeout. After that I tried to import some new information via the new GUI (PUI) and the respective new Data Importer. But somehow I do not manage to import anything. Did I miss something? I know currently it is quite a generic question but would be interesting to hear from others how they experience the importing of additional data (actually updating existing parts) About my Inventree Installation
Version Information:InvenTree-Version: 0.16.8 Database: postgresql Active plugins: [{'name': 'InvenTreeBarcode', 'slug': 'inventreebarcode', 'version': '2.1.0'}, {'name': 'InvenTreeCoreNotificationsPlugin', 'slug': 'inventreecorenotificationsplugin', 'version': '1.0.0'}, {'name': 'InvenTreeCurrencyExchange', 'slug': 'inventreecurrencyexchange', 'version': '1.0.0'}, {'name': 'InvenTreeLabel', 'slug': 'inventreelabel', 'version': '1.1.0'}, {'name': 'InvenTreeLabelMachine', 'slug': 'inventreelabelmachine', 'version': '1.0.0'}, {'name': 'InvenTreeLabelSheet', 'slug': 'inventreelabelsheet', 'version': '1.0.0'}, {'name': 'DigiKeyPlugin', 'slug': 'digikeyplugin', 'version': '1.0.0'}, {'name': 'LCSCPlugin', 'slug': 'lcscplugin', 'version': '1.0.0'}, {'name': 'MouserPlugin', 'slug': 'mouserplugin', 'version': '1.0.0'}, {'name': 'TMEPlugin', 'slug': 'tmeplugin', 'version': '1.0.0'}] |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Hey @ZinnerC that import tool is soon to be removed (in our next major release when remove the old UI entirely). This is because, the way that the Some related issues with the same problem:
So, we have implemented a brand new importer - #6911 This is only available in the new user interface (you should be able to see it at |
Beta Was this translation helpful? Give feedback.
-
Hi @SchrodingersGat Thank you for your response yes I'm aware about the new importer. I would like to show you my process so you could tell me where I'm doing something wrong. Or where I expect something wrong. First I go to a part I would like to modify and downloads its data as a XLSX: Then I go to the "Importer". There I add a new import and make the respective selections then I submit.
There I do the mapping and only the the minimal (all others I ignore since I don't want to change and expect to have a more efficient import) Then I check if it understood the input as expected (validate in step 4) So this is how far I get I don't understand where somethings does not go as required. |
Beta Was this translation helpful? Give feedback.
-
When we started with InvenTree some years ago, we had the same problem importing ~2500 components with lots of properties and attachments from a huge excel table. We used pandas and the InvenTree python library to solve this. Using this method we were able to |
Beta Was this translation helpful? Give feedback.
@ZinnerC the new importer only creates new records - does not allow for updating existing records in bulk