LookupImportPlus 0.1.16

dotnet add package LookupImportPlus --version 0.1.16
                    
NuGet\Install-Package LookupImportPlus -Version 0.1.16
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LookupImportPlus" Version="0.1.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LookupImportPlus" Version="0.1.16" />
                    
Directory.Packages.props
<PackageReference Include="LookupImportPlus" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LookupImportPlus --version 0.1.16
                    
#r "nuget: LookupImportPlus, 0.1.16"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LookupImportPlus@0.1.16
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LookupImportPlus&version=0.1.16
                    
Install as a Cake Addin
#tool nuget:?package=LookupImportPlus&version=0.1.16
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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