Skip to content

Commit

Permalink
Merge pull request #2204 from monicabrassilva/patch-4
Browse files Browse the repository at this point in the history
Update install-and-configure-akeneo.md
  • Loading branch information
lenadoc authored Oct 11, 2023
2 parents a30d3d0 + 8f1ef2f commit 171bdb0
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Install and configure Akeneo
description: This article provides installation and configuration details for the Akeneo module in the Spryker-based project.
title: Install and configure Akeneo Connector (Eco module)
description: This article provides installation and configuration details for the Akeneo Connector Eco module in the Spryker-based project.
last_updated: Jun 16, 2021
template: concept-topic-template
originalLink: https://documentation.spryker.com/2021080/docs/akeneo-installation-configuration
Expand Down Expand Up @@ -40,7 +40,7 @@ $config[KernelConstants::CORE_NAMESPACES] = [
];
```

To set up the Akeneo initial configuration, use the credentials you received from your PIM:
To set up the Akeneo Connector eco module initial configuration, use the credentials you received from your PIM:

```php
$config[AkeneoPimConstants::HOST] = '';
Expand Down Expand Up @@ -331,7 +331,7 @@ class AkeneoPimMiddlewareConnectorBusinessFactory extends SprykerAkeneoPimMiddle
...
```

As you can see, in `DataSetStepBroker,` you can add your own steps for preparing data for writers. You can find ready made steps in the `DataImport` module or implement your own steps. Example:
As you can see, in `DataSetStepBroker,` you can add your own steps for preparing data for writers. You can find ready-made steps in the `DataImport` module or implement your own steps. Example:

**ProductAbstractStep**

Expand Down Expand Up @@ -378,7 +378,7 @@ class ProductAbstractStep extends ProductAbstractHydratorStep
}
```

You can change default data mappers and translators for overriding keys or values. By default, Akeneo has a list of predefined mappers, translators and validators for each import type, but it can be adjusted to meet your requirements. Check the [middleware documentation](/docs/scos/dev/back-end-development/data-manipulation/data-ingestion/spryker-middleware.html) for more details.
You can change default data mappers and translators for overriding keys or values. By default, Akeneo Connector Eco module has a list of predefined mappers, translators and validators for each import type, but it can be adjusted to meet your requirements. Check the [middleware documentation](/docs/scos/dev/back-end-development/data-manipulation/data-ingestion/spryker-middleware.html) for more details.

You also need to take care of that data that is to be written to the database. Two approaches can be used for that.

Expand Down

0 comments on commit 171bdb0

Please sign in to comment.