Skip to content

The “Advanced Dataflow” extension is a set of additional adapters and parsers to increase the Magento Dataflow flexibility.

Notifications You must be signed in to change notification settings

merchantprotocol/M1-advanced-data-flow

Repository files navigation

M1 Advanced Dataflow

The “Advanced Dataflow” extension is a set of additional adapters and parsers to increase the Magento Dataflow flexibility. As you may know, Magento migration processes are introduced with profiles. Each profile is a combination of actions (adapters / parsers / mappers) to transfer data from one format into another. The adapters and parsers variety makes the migration process flexible. Magento enables customers and products (with or without an inventory) to be exported / imported using CSV or Excel XML formats. The “Advanced Dataflow” extends default bounds to cover more needs. The most essential “Advanced Dataflow” feature is the order import and export. It appends orders to list of available entities to migrate.

Version Control

This change log and release versions will be managed according to keepachangelog.com and Semantic Versioning 2.0.0. Magento.Major.Minor.Fixes

Magento Compatible Versions

  • Magento Enterprise Edition 1.13.x ~ 1.14.x
  • Magento Community Edition 1.6.x ~ 1.9.x

System Requirements

  • PHP 5.4 >

Installation

Installation with Modman

In the Magento root folder start a modman repository:

modman init

Clone the module directly from github repository:

modman clone git@github.com:merchantprotocol/M1.git

Manual installation

Clone the project in any folder on your computer and copy the entire contents of the src folder in the Magento root directory:

cp -R path/module/src/* magento/path/

Contributing

  1. Create a fork!
  2. Create a branch for the features: git checkout -b my-new-feature
  3. Make commit yours changes: git commit -am 'Add some feature'
  4. Give a push to branch: git push origin my-new-feature
  5. Create a pull request

Credits

Author Version
Jonathon Byrd jonathon@mageplugins.net 1.0.0.0

NOTICE OF LICENSE

This source file is subject to the Mage Plugins Commercial License (MPCL 1.0)
that is bundled with this package in the file LICENSE.md.
It is also available through the world-wide-web at this URL:
https://mageplugins.net/commercial-license/
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to mageplugins@gmail.com so we can send you a copy immediately.
    
DISCLAIMER
    
Do not edit or add to this file if you wish to upgrade to newer
versions in the future. If you wish to customize the extension for your
needs please refer to https://www.mageplugins.net for more information.

Copyright (c) 2006-2018 Mage Plugins Inc. and affiliates (https://mageplugins.net/)
https://mageplugins.net/commercial-license/  Mage Plugins Commercial License (MPCL 1.0)

About

The “Advanced Dataflow” extension is a set of additional adapters and parsers to increase the Magento Dataflow flexibility.

Resources

Stars

Watchers

Forks

Packages

No packages published