This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
start:pim [2015/08/26 10:23] andre [[[start:printers|Administrative Email Account]]] |
start:pim [2016/03/07 11:09] (current) andre [URL] |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== URL ==== | ==== URL ==== | ||
- | [[http://192.168.1.176|192.168.1.176]] | + | [[http://data.picnictime.com/|data.picnictime.com]] |
+ | ==== Email Account ==== | ||
[[start:pim:adminemail|Administrative Email Account]] | [[start:pim:adminemail|Administrative Email Account]] | ||
- | picnictimeproductdatabase@gmail.com\\ | + | ==== Source Code ==== |
- | password: 1hD@5O1*5tR6 | + | [[start:pim:csvdelim|Modify Quick Export CSV delimiter]] |
- | + | ||
- | ==== Modify Quick Export CSV delimiter ===== | + | |
- | + | ||
- | /opt/bitnami/apps/akeneo/htdocs/vendor/akeneo/pim-community-dev/src/Pim/Bundle/DataGridBundle/Controller/ExportController.php\\ | + | |
- | + | ||
- | replace this: | + | |
- | $this->getExportMassAction()->getExportContext(); | + | |
- | + | ||
- | with this: | + | |
- | array(‘delimiter’ => ‘;’, ‘enclosure’ => ‘”‘, ‘withHeader’ => false, ‘heterogeneous’ => false,); | + |