PHPackages                             clickandmortar/advanced-csv-connector-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. clickandmortar/advanced-csv-connector-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

clickandmortar/advanced-csv-connector-bundle
============================================

Advanced CSV Connector for Akeneo

7.0.16(5mo ago)223.5k6[5 issues](https://github.com/ClickAndMortar/AdvancedCsvConnectorBundle/issues)MITPHP

Since Mar 20Pushed 5mo ago4 watchersCompare

[ Source](https://github.com/ClickAndMortar/AdvancedCsvConnectorBundle)[ Packagist](https://packagist.org/packages/clickandmortar/advanced-csv-connector-bundle)[ RSS](/packages/clickandmortar-advanced-csv-connector-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (140)Used By (0)

Advanced CSV Connector - C&amp;M
================================

[](#advanced-csv-connector---cm)

Advanced CSV Connector is an extension of classic Akeneo CSV Connector. It allows to customize columns mapping on import or export.

Made with 💙 by C&amp;M

Versions
--------

[](#versions)

**Bundle version****Akeneo version**v7.0.\*v7.0.\*v6.0.\*v6.0.\*v5.0.\*v5.0.\*v1.8.\*v4.0.\*v1.7.\*v3.2.\* (EE)v1.6.\*v3.1.\* / v3.2.\*v1.5.\*v3.1.\* / v3.2.\*v1.4.\*v2.3.\*v1.3.\*v2.1.\*Optional
--------

[](#optional)

You can use `php-lua` package to update your values dynamically during import or export. For LUA scripts available functions and libraries have been limited for security reasons. You can use:

- string
- math
- ipairs
- load
- next
- pairs
- rawequal
- rawgetwget
- rawlen
- rawset
- select
- tonumber
- tostring
- type

This package is not a requirement. A classic PHP method can also be used.

Installation
------------

[](#installation)

### Download the Bundle

[](#download-the-bundle)

Update your `composer.json` file to use our fork of **Custom entity bundle** in `repositories` node:

```
"repositories": [
        ...
        {
            "type": "vcs",
            "url": "https://github.com/ClickAndMortar/CustomEntityBundle"
        }
        ...
    ],
```

And add our bundle:

```
$ composer require "clickandmortar/advanced-csv-connector-bundle":".*"
```

Example for last version:

```
$ composer require "clickandmortar/advanced-csv-connector-bundle":"7.0.*"
```

### Enable the Bundle

[](#enable-the-bundle)

Enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
