Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Script to convert CSV exports to TTL according to the price management data model.

License

Notifications You must be signed in to change notification settings

rollvolet/products-data-converter

Repository files navigation

products-data-converter

Script to convert CSV exports to TTL according to the price management data model.

How-to

Run the conversion

Put all CSV input files in ./data/input.

Start a docker container with the current folder mounted.

docker run --rm -it -v `pwd`:/app -w /app ruby:2.5 /bin/bash

Inside the docker container, install gem dependencies and run the script

bundle install
ruby app.rb

Output file will be written to ./data/output.

About

Script to convert CSV exports to TTL according to the price management data model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published