Shell dataflow import

Magento shell script which allows to start advanced dataflow import profiles.

Fork of H&O snippet: https://gist.github.com/ho-nl/571614

Installation

You can install the module via modman:

modman clone git@github.com:wansoft/shell_dataflow_import.git

Or:

modman clone https://github.com/wansoft/shell_dataflow_import.git

Rename "dataflow_config.sample.php" :

$username = '...';
$password = '...';
$url = '...';

Disable SID on frontend:

  1. Go to System > Configuration > Web > Session Validation Settings
  2. Set Use SID on Frontend to “No”

Usage

php -f dataflow_import.php -- <profile ID>