induxx / parsable-file-multi-tool
2.0.64
2025-03-21 08:37 UTC
Requires
- php: 8.*|7.4.*|7.3.*|7.2.*
- ext-curl: *
- ext-iconv: *
- ext-json: *
- ext-simplexml: *
- ext-xmlreader: *
- ext-xmlwriter: *
- ext-zip: *
- adhocore/cli: ^0.9.0
- aspera/xlsx-reader: ^1.1.0
- beberlei/assert: ^3.3
- firebase/php-jwt: ^v6.8
- psr/log: ^3.0
- symfony/yaml: 6.*|5.*|^4.3|^3.4
Requires (Dev)
- jangregor/phpstan-prophecy: *
- phpspec/prophecy: ^1.17
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: *
- phpstan/phpstan-beberlei-assert: ^0.12.6
- phpunit/phpunit: ~9.6.8
- roave/security-advisories: dev-master
- symfony/var-dumper: *
- dev-master
- 2.0.64
- 2.0.63
- 2.0.62
- 2.0.61
- 2.0.60
- 2.0.59
- 2.0.58
- 2.0.57
- 2.0.56
- 2.0.55
- 2.0.54
- 2.0.53
- 2.0.52
- 2.0.51
- 2.0.50
- 2.0.49
- 2.0.48
- 2.0.47
- 2.0.46
- 2.0.45
- 2.0.44
- 2.0.43
- 2.0.42
- 2.0.41
- 2.0.40
- 2.0.39
- 2.0.38
- 2.0.37
- 2.0.36
- 2.0.35
- 2.0.34
- 2.0.33
- 2.0.32
- 2.0.31
- 2.0.30
- 2.0.29
- 2.0.28
- 2.0.27
- 2.0.26
- 2.0.25
- 2.0.24
- 2.0.23
- 2.0.22
- 2.0.21
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.1
- 1.2.0
- 1.1.23
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.0.1
- dev-feat/LEGIO
- dev-command-item-logger
- dev-magento-improvements
- dev-feat/magento-app-mappings
- dev-obelink-xml-v3
- dev-multi-prototype
This package is not auto-updated.
Last update: 2025-03-26 08:34:18 UTC
README
Installation
bin/docker/composer install
Configuration
Some transformation files depend on API credentials that are not stored inside the transformations.
You can add these directives on your main-STEP or the transformation you are working on.
In this example "my-account" is used as the account name accross all transformations
account: name: "my-account" username: "my-username" password: "my-password" domain: "my-domain" client_id: "my-client-id" client_secret: "my-client-secret"
You could also add context parameters to your transformation file the same way
context: my-parameter: "my-value"
Usage
Discover all options
bin/docker/console transformation --help
Here is a minimal example of a transformation file:
Transform a file
bin/docker/console transformation --file example/project/transformations/transformation.yaml --source example/project/source --workpath example/project/workpath
Debugging
Debug the first item that would be written
bin/docker/console transformation --file ... --source ... --workpath ... --debug
try the first 100 items
bin/docker/console transformation --file ... --source ... --workpath ... --try 100
In case you have dynamic mappings, you can show the mappings that would be used
bin/docker/console transformation --file ... --source ... --workpath ... --showMappings
Write only this line, skip the rest
bin/docker/console transformation --file ... --source ... --workpath ... --line 100
Write only this line, skip the rest
bin/docker/console transformation --file ... --source ... --workpath ... --line 100