Replies: 1 comment 2 replies
-
|
The 1.0.0 release included a full rewrite of the importer framework, so there are differences. Primarily, only "pk" (primary key) values can be used as the source of referencing when importing data rows. This means that you need to know the PK values at time of import. Note that there is an open PR to provide import lookup by other fields: #11288 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ever since v1.0.0 I no longer understand how to match parts when importing an XLSX or CSV to a BOM or PO.
In the mapping step I select a column like
Supplier Part Numberwith a value likeADS54J60IRMPfor theSupplier Partmapping.Then in the next step I get:
in the row index column.
In the Supplier Part column I have:
In red text.
I am expecting it to match the supplier part with the exact same on the supplier of that PO.
I have the same issue with BOMs altho here it's with parts rather than supplier parts.
Using Inventree v1.1.11.
Beta Was this translation helpful? Give feedback.
All reactions