bedita/import-tools

Import Tools for data import with BEdita

Installs: 1 721

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 1

Open Issues: 1

Type:cakephp-plugin

v1.2.1 2024-02-07 16:46 UTC

README

Github Actions codecov phpstan Scrutinizer Code Quality image image

Installation

First, if vendor directory has not been created, you have to install composer dependencies using:

composer install

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require bedita/import-tools

ImportCommand

This command provides a tool to import data from csv file.

Usage example:

bin/cake import --file input.csv --type documents --parent my-root-folder-uname --dryrun y