Coder Social home page Coder Social logo

mautic-custom-import-bundle's Introduction

MauticCustomImportBundle

This plugin allow

  • create imports from CSV files from directory
  • run parallel import process by command
  • remove tags by command

Support

https://mtcextendee.com/plugins

Installation

Command line

  • composer require mtcextendee/mautic-custom-import-bundle
  • php bin/console mautic:plugins:reload
  • Go to /s/plugins and setup CustomImport integration

Manual

Usage

Create imports from directory

Command: php bin/console mautic:import:directory

Setup in plugin settings

  • Template from existed import - it's import from history which is used as template. Especially config (especially parsers config and matched contact fields)
  • Path to directory with CSV files. It's server path where you can store unlimited CSV files

Command read this directory and create standard import from CSV with settings from template.

Run parallel import process

Command: php bin/console mautic:import:parallel

First, increase parallel_import_limit in app/config/local.php. Don't forgot clear cache (app/cache/prod/) This option allow run parallel import process by command

Each command in parallel processes import 1000 contacts by default. You can change it in plugin settings (Import records limit)

Remove tags by command

Command: php bin/console mautic:remove:tags

If you want tag your contacts by import, then before import you are able to remove tag. Just setup tags in plugin settings and call command

Credits

Icons made by Chanut from www.flaticon.com

mautic-custom-import-bundle's People

Contributors

kuzmany avatar

Watchers

James Cloos 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.