Kentico.Xperience.Contacts.Importer
1.0.0-prerelease-2
Prefix Reserved
See the version list below for details.
dotnet add package Kentico.Xperience.Contacts.Importer --version 1.0.0-prerelease-2
NuGet\Install-Package Kentico.Xperience.Contacts.Importer -Version 1.0.0-prerelease-2
<PackageReference Include="Kentico.Xperience.Contacts.Importer" Version="1.0.0-prerelease-2" />
<PackageVersion Include="Kentico.Xperience.Contacts.Importer" Version="1.0.0-prerelease-2" />
<PackageReference Include="Kentico.Xperience.Contacts.Importer" />
paket add Kentico.Xperience.Contacts.Importer --version 1.0.0-prerelease-2
#r "nuget: Kentico.Xperience.Contacts.Importer, 1.0.0-prerelease-2"
#:package Kentico.Xperience.Contacts.Importer@1.0.0-prerelease-2
#addin nuget:?package=Kentico.Xperience.Contacts.Importer&version=1.0.0-prerelease-2&prerelease
#tool nuget:?package=Kentico.Xperience.Contacts.Importer&version=1.0.0-prerelease-2&prerelease
Xperience by Kentico Contacts Importer
About The Project
Enables bulk importing of Contacts into an Xperience by Kentico solution using a .csv file.

Getting Started
Prerequisites
Xperience by Kentico >= 30.5.1
Installation
Add the package to your application using the .NET CLI
dotnet add package Kentico.Xperience.Contacts.Importer
Add to your application dependencies
builder.Services.AddKentico();
// ... other registrations
services.AddContactsImport();
Add to your middleware pipeline
app.InitKentico();
// ... other registrations
app.UseContactsImport();
Usage
- open contact importer application <br>
- select file
- select mode
- Delete - this mode will delete contact by ContactGUID (CSV shall contain column with ContactGUID header)
- Insert (skip existing) - this mode will import contacts (CSV shall contain column with ContactGUID)
- "Assign to contact group" - all contact (existing included) will be assigned to specified group
- Delimiter - delimiter used for CSV (common are
;,,,\\t, ..) - "Batch size" - size of batch used for database operation, for instances with limited resources this value should not exeed 5000, lower than 100 is not reccomended.
- Click "Send file" button
Depends on resources available to application, but degraded application performance is expected during import.
Notes:
- do not close window with progress, file is uploaded from that window.
- do not manipulate file during import, close all applications write access to file (or lock)
Supported CSV columns
| Column | .NET Type | Required |
|---|---|---|
| ContactGUID | Guid | yes |
| ContactCreated | DateTime | yes |
| ContactFirstName | string | no |
| ContactLastName | string | no |
| ContactEmail | string | no |
| ContactAddress1 | string | no |
| ContactMiddleName | string | no |
In the CSV file, define the first row as a header containing the names of the individual columns. Header validation is performed during the file upload. See example file Contact Sample.
For correct functionality, please make sure to add a newline at the end of the CSV file.
Contributing
To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.
Instructions and technical details for contributing to this project can be found in Contributing Setup.
License
Distributed under the MIT License. See LICENSE.md for more information.
Support
This project has Kentico Labs limited support.
See SUPPORT.md for more information.
For any security issues see SECURITY.md.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- CsvHelper (>= 33.0.1)
- Kentico.Xperience.Admin (>= 30.5.1)
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 |
|---|---|---|
| 1.0.0-prerelease-4 | 83 | 1/30/2026 |
| 1.0.0-prerelease-2 | 299 | 6/23/2025 |
| 1.0.0-prerelease-1 | 176 | 8/22/2023 |