keboola / output-mapping
Shared component for processing SAPI output mapping and importing data to KBC
20.0.2
2023-01-25 13:28 UTC
Requires
- php: >=8.1
- ext-json: *
- keboola/input-mapping: *@dev
- keboola/php-datatypes: ^6.0
- keboola/php-file-storage-utils: ^0.2
- keboola/sanitizer: ^0.1
- keboola/storage-api-client: ^14.5
- keboola/storage-api-php-client-branch-wrapper: ^3.1
- microsoft/azure-storage-blob: ^1.5
- monolog/monolog: ^1.25.5|^2.0
- symfony/config: ^5.4|^6.0
- symfony/finder: ^5.4|^6.0
- symfony/serializer: ^5.4|^6.0
- symfony/yaml: ^5.4|^6.0
Requires (Dev)
- keboola/coding-standard: >=14.0
- keboola/php-temp: ^2.0
- phpstan/phpstan: ^1.9
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-symfony: ^1.2
- phpunit/phpunit: ^9.5
- sempro/phpunit-pretty-print: ^1.4
- symfony/dotenv: ^5.4|^6.0
- dev-main
- 20.0.2
- 20.0.1
- 20.0.0
- 19.3.6
- 19.3.5
- 19.3.4
- 19.3.3
- 19.3.2
- 19.3.1
- 19.3.0
- 19.2.0
- 19.1.1
- 19.1.0
- 19.0.0
- 18.3.0
- 18.2.0
- 18.1.0
- 18.0.1
- 18.0.0
- 17.1.1
- 17.1.0
- 17.0.0
- 16.0.3
- 16.0.2
- 16.0.1
- 16.0.0
- 15.2.0
- 15.1.0
- 15.0.1
- 15.0.0
- 14.10.1
- 14.10.0
- 14.9.0
- 14.8.1
- 14.8.0
- 14.7.0
- 14.6.0
- 14.5.1
- 14.5.0
- 14.4.0
- 14.3.0
- 14.2.0
- 14.1.0
- 14.0.0
- 13.2.0
- 13.1.2
- 13.1.1
- 13.1.0
- 13.0.0
- 12.6.0
- 12.5.2
- 12.5.1
- 12.5.0
- 12.4.1
- 12.4.0
- 12.3.0
- 12.2.1
- 12.2.0
- 12.1.0
- 12.0.0
- 11.1.2
- 11.1.1
- 11.1.0
- 11.0.0
- 10.0.0
- 9.1.1
- 9.1.0
- 9.0.0
- 8.3.0
- 8.2.0
- 8.1.0
- 8.0.0
- 7.0.2
- 7.0.1
- 7.0.0
- 6.2.1
- 6.2.0
- 6.1.0
- 6.0.0
- 5.2.0
- 5.1.0
- 5.0.0
- 4.0.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.0
- 2.0.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-odin-PST-645-b
- dev-odin-PST-645
- dev-odin-PST-588
- dev-odin-PST-601
- dev-odin-PST-602
- dev-pepa_MAR-17_azureClient
- dev-pepa_MAR-17_azureClient_part2
- dev-odin-PST-600
- dev-PS-3612-fixup
This package is auto-updated.
Last update: 2023-01-25 17:38:27 UTC
README
Output mapping library for Docker Runner. Library processes output mapping, imports data to Storage tables into CSV files and files to Storage Files. Files are imported from local directory.
Development
git clone https://github.com/keboola/output-mapping
cd output-mapping
Copy .env.template
to .env
and fill parameters.
docker-compose build
docker-compose run dev composer install
docker-compose run dev composer ci
To run Synapse tests, set RUN_SYNAPSE_TESTS to 1 and supply a Storage API token to a project with Synapse backend. Synapse tests are by default skipped (unless the above env is set).
License
MIT licensed, see LICENSE file.