2017 © Pedro Peláez
 

symfony-bundle pim-enhanced-connector

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

image

akeneo-labs/pim-enhanced-connector

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  • Wednesday, January 3, 2018
  • by Akeneo
  • Repository
  • 22 Watchers
  • 21 Stars
  • 29,530 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 3 Open issues
  • 25 Versions
  • 2 % Grown

The README.md

EnhancedConnectorBundle

Scrutinizer Code Quality Build Status, (*1)

This bundle adds some new exports to Akeneo:, (*2)

  • Family export in CSV format for PimGento (only codes and labels)., (*3)

  • Attribute export in CSV format for PimGento with corresponding family code., (*4)

This bundle can be use as a replacement for the DnD-MagentoConnectorBundle, to work with PimGento. However, it does not provide a SSH export as the DnD Magento connector bundle does. If you need to automatically send your exports to PimGento, you should set up a CRON task and include the SSH export in it., (*5)

Requirements

EnhancedConnectorBundle Akeneo PIM Community Edition
v1.4.* v1.7.*
v1.3.* v1.6.*
v1.2.* v1.5.*
v1.1.* v1.4.*
v1.0.* v1.3.*

Installation

Install the bundle with composer:, (*6)

    php composer.phar require akeneo-labs/pim-enhanced-connector:~1.4

Enable the bundle in the app/AppKernel.php file:, (*7)

    public function registerProjectBundles()
    {
        return [
            new Pim\Bundle\EnhancedConnectorBundle\PimEnhancedConnectorBundle(),

            // ...

        ];
    }

Now let's clean your cache and dump your assets:, (*8)

    php app/console cache:clear --env=prod
    php app/console pim:installer:assets --env=prod

Documentation

Configuration

This section explains how to export your data from Akeneo PIM. If you want to know how to use them once exported, take a look at the PimGento documentation., (*9)

Go to Spread > Export and create the export you need (note that you can export your data in whatever order you want, only PimGento requires that you import data in a precise order, the same that is used below):, (*10)

  1. Category export: use the standard Akeneo CSV export for category exports., (*11)

  2. Family export: use the "Export families to CSV for PimGento" job from the Enhanced connector bundle., (*12)

  3. Attribute export: use the "Export attributes to CSV for PimGento" job from the Enhanced connector bundle., (*13)

  4. Attribute option export: use the standard Akeneo CSV export for attribute options., (*14)

  5. Product export: use the standard "Export products" that you can configure through the Export Builder., (*15)

All these exports are configured like standards CSV Akeneo exports: you need to define a delimitor (the character separating the elements on a same line), an enclosure (for instance, if a label contain spaces, it needs to be enclose to avoid import errors), if you want headers in your file, and the file path to save your export., (*16)

However, the family and the product exports adds a few new configuration fields, as explained below., (*17)

Family export

You need to choose which in which language you want to export the family label, as PimGento needs only one label (ideally, the language should correspond to the Magento locale for the administration interface)., (*18)

The Versions

03/01 2018

1.2.x-dev

1.2.9999999.9999999-dev http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.5.*

 

The Development Requires

export product pim delta pimgento

14/10 2017

dev-jmleroux-patch-1

dev-jmleroux-patch-1 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.5.*

 

The Development Requires

export product pim delta pimgento

13/09 2017

dev-master

9999999-dev http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

export product pim delta pimgento

08/08 2017

v1.4.2

1.4.2.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

export product pim delta pimgento

31/05 2017

v1.4.1

1.4.1.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

export product pim delta pimgento

05/05 2017

v1.2.4

1.2.4.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.5.*

 

The Development Requires

export product pim delta pimgento

11/04 2017

v1.2.3

1.2.3.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

export product pim delta pimgento

14/03 2017

v1.4.0

1.4.0.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.7.*

 

The Development Requires

export product pim delta pimgento

14/12 2016

v1.3.1

1.3.1.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.6.0

 

The Development Requires

export product pim delta pimgento

01/09 2016

v1.3.0

1.3.0.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.6.0

 

The Development Requires

export product pim delta pimgento

04/08 2016

v1.2.2

1.2.2.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.5.*

 

The Development Requires

export product pim delta pimgento

09/06 2016

v1.2.1

1.2.1.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.5.*

 

The Development Requires

export product pim delta pimgento

04/04 2016

dev-attribute_exclusion

dev-attribute_exclusion http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.5.*

 

The Development Requires

export product pim delta pimgento

08/03 2016

v1.2.0

1.2.0.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.5.*

 

The Development Requires

export product pim delta pimgento

28/01 2016

1.1.x-dev

1.1.9999999.9999999-dev http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

export product pim delta

28/01 2016

v1.1.0

1.1.0.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

export product pim delta

28/01 2016

1.0.x-dev

1.0.9999999.9999999-dev http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.3.*

 

The Development Requires

export product pim delta

28/01 2016

v1.0.6

1.0.6.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev 1.3.*

 

The Development Requires

export product pim delta

11/01 2016

v1.0.5

1.0.5.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.3

 

The Development Requires

export product pim delta

07/01 2016

v1.0.4

1.0.4.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.3

 

The Development Requires

export product pim delta

28/10 2015

v1.0.3

1.0.3.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.3

 

The Development Requires

export product pim delta

12/10 2015

v1.0.2

1.0.2.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

export product pim delta

27/08 2015

v1.0.1

1.0.1.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

 

export product pim delta

10/06 2015

v1.0

1.0.0.0 http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

 

export product pim delta

01/06 2015

dev-sftp_writers

dev-sftp_writers http://www.akeneo.com

Provides PIM product reader with more option (choice on completeness, choice on enabled, delta based on last export time)

  Sources   Download

OSL-3.0

The Requires

 

export product pim delta