Coder Social home page Coder Social logo

kentico / xperience-by-kentico-contacts-importer Goto Github PK

View Code? Open in Web Editor NEW
2.0 6.0 0.0 992 KB

Custom module for Xperience by Kentico to enable marketers to import their Contacts from other systems and previous versions of Xperience

License: MIT License

C# 71.17% TypeScript 26.78% JavaScript 2.05%
xperience-by-kentico xperience-by-kentico-labs

xperience-by-kentico-contacts-importer's Introduction

Xperience by Kentico Contacts Importer

CI: Build and Test

NuGet Package

About The Project

Enables bulk importing of Contacts into an Xperience by Kentico solution using a .csv file.

View of the Import Upload dashboard

Getting Started

Prerequisites

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

  1. open contact importer application
    ContactImporterApplication
  2. select file
  3. select mode
    1. Delete - this mode will delete contact by ContactGUID (CSV shall contain column with ContactGUID header)
    2. Insert (skip existing) - this mode will import contacts (CSV shall contain column with ContactGUID)
  4. "Assign to contact group" - all contact (existing included) will be assigned to specified group
  5. Delimiter - delimiter used for CSV (common are ;, ,, \\t, ..)
  6. "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.
  7. 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
ContactAge Int32 no
ContactMiddleName string no

Contributing

For Contributing please see CONTRIBUTING.md for more information and follow the CODE_OF_CONDUCT.

Requirements

License

Distributed under the MIT License. See LICENSE.md for more information.

Support

This contribution has Full support by 7-day bug-fix policy.

See SUPPORT.md for more information.

For any security issues see SECURITY.md.

xperience-by-kentico-contacts-importer's People

Contributors

seangwright avatar zdeneks81 avatar hesspavel avatar lahvac avatar

Stargazers

Andy Thompson avatar  avatar

Watchers

 avatar Kamil Řezníček avatar Martin Strharsky avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.