Quick Start
Migraine uses YAML for its configuration file.
Create a migraine.yml file, that will transform a csv file into a json one:
version: '3'
default: !task
- read: file.csv
- write: file.jsonTo execute this task, run:
migraineLast updated
Was this helpful?