markowitz / trivago-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trivago-test

This project converts different data types to csv format.

installation

clone the repo

git clone git@github.com:markowitz/trivago-test.git
run composer install

usage

./bin/console trivago:convert filename.json (whatever format you want to convert)

running tests

composer test

Improve Data Quality

validation errors are stored in the /var/log/data_validation.log. To see the issues related to data validation and quality.

Things to note

add files to be convert in the var/in directory.

About


Languages

Language:PHP 93.7%Language:Shell 6.3%