LookupImportPlus 0.1.16
dotnet add package LookupImportPlus --version 0.1.16
NuGet\Install-Package LookupImportPlus -Version 0.1.16
<PackageReference Include="LookupImportPlus" Version="0.1.16" />
<PackageVersion Include="LookupImportPlus" Version="0.1.16" />
<PackageReference Include="LookupImportPlus" />
paket add LookupImportPlus --version 0.1.16
#r "nuget: LookupImportPlus, 0.1.16"
#:package LookupImportPlus@0.1.16
#addin nuget:?package=LookupImportPlus&version=0.1.16
#tool nuget:?package=LookupImportPlus&version=0.1.16
LookupImportPlus
An XrmToolBox plugin for auditable Excel import into Dataverse, where lookups are resolved deterministically or escalated to a human — never guessed.
Core rule
Fixed matching order, first hit wins:
1) GUID column → 2) Business Key → 3) Search field + conditions
0 hits ⇒ Not found · exactly 1 ⇒ Resolved · several ⇒ Ambiguous → conflict strategy (escalate / skip / fail).
Features
- Versioned job configurations; every run stores an immutable snapshot.
- Round-trip: configure → export (template/data) → edit in Excel → import (upload → schema-drift check → dry run → resolve conflicts → commit).
- Polymorphic lookups (e.g. Customer = Account|Contact) with search field / business key / conditions per target table.
- Conflict audit: every decision is logged (rule, candidates, chosen GUID, user, timestamp).
- Bulk writes via
ExecuteMultipleRequest. - Bilingual UI (English/German) — follows the Windows/UI culture, with a manual switch in the sidebar.
Installation
Install from the Tool Library in XrmToolBox (search for "LookupImportPlus"),
or copy the DLLs into the Plugins folder manually.
Project & docs: https://github.com/brunsforge/XMRToolbox_LookupImportPlus
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
-
- XrmToolBox (>= 1.2025.10.74)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.16 | 182 | 7/12/2026 |
See the CHANGELOG for per-version changes: https://github.com/brunsforge/XMRToolbox_LookupImportPlus/blob/master/CHANGELOG.md