Initial commit
parents
No related branches found
No related tags found
Showing
- Api/MappingInterface.php 29 additions, 0 deletionsApi/MappingInterface.php
- Model/Executor/TransformationExecutor.php 128 additions, 0 deletionsModel/Executor/TransformationExecutor.php
- Model/Mapping/Categories.php 49 additions, 0 deletionsModel/Mapping/Categories.php
- Model/Mapping/WebsiteCode.php 78 additions, 0 deletionsModel/Mapping/WebsiteCode.php
- Model/MappingChain.php 72 additions, 0 deletionsModel/MappingChain.php
- composer.json 30 additions, 0 deletionscomposer.json
- etc/config.xml 27 additions, 0 deletionsetc/config.xml
- etc/di.xml 34 additions, 0 deletionsetc/di.xml
- etc/module.xml 24 additions, 0 deletionsetc/module.xml
- etc/pipeline.xml 22 additions, 0 deletionsetc/pipeline.xml
- registration.php 16 additions, 0 deletionsregistration.php
- test-files/pim-source_20200211-120400.ok 1 addition, 0 deletionstest-files/pim-source_20200211-120400.ok
- test-files/pim-source_20200211-120400_01.csv 5 additions, 0 deletionstest-files/pim-source_20200211-120400_01.csv
Api/MappingInterface.php
0 → 100644
Model/Executor/TransformationExecutor.php
0 → 100644
Model/Mapping/Categories.php
0 → 100644
Model/Mapping/WebsiteCode.php
0 → 100644
Model/MappingChain.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "techdivision/csv-source-transformation-example", | ||
"description": "Example module for Pacemaker customizations", | ||
"license": "proprietary", | ||
"require": { | ||
"magento/framework": "^101.0.9 | ^102.0.0 | ^103.0.0", | ||
"techdivision/pacemaker-import-catalog": "*", | ||
"techdivision/pacemaker-import-base": "*", | ||
"techdivision/process-pipelines": "*" | ||
}, | ||
"type": "magento2-module", | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"TechDivision\\CsvSourceTransformationExample\\": "" | ||
} | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://repo.met.tdintern.de/" | ||
}, | ||
{ | ||
"type": "composer", | ||
"url": "https://repo.magento.com/" | ||
} | ||
] | ||
} |
etc/config.xml
0 → 100644
etc/di.xml
0 → 100644
etc/module.xml
0 → 100644
etc/pipeline.xml
0 → 100644
registration.php
0 → 100644
test-files/pim-source_20200211-120400.ok
0 → 100644
test-files/pim-source_20200211-120400_01.csv
0 → 100644
Please register or sign in to comment