keboola/input-mapping

Shared component for processing SAPI input mapping and exporting to files


License
MIT

Documentation

Input Mapping Build Status

Input mapping library for Docker Runner and Sandbox Loader. Library processes input mapping, exports data from Storage tables into CSV files and files from Storage file uploads. Exported files are stored in local directory.

Development

Create .env.local file from this .env template and fill the missing envs:

cp .env .env.local

To run Synapse tests, set RUN_SYNAPSE_TESTS=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).

Run test suite:

composer ci

License

MIT licensed, see LICENSE file.