Quick Start

Migraine uses YAML for its configuration file. Create a migraine.yml file, that will transform a csv file into a json one:

migraine.yml
version: '3'

default: !task
  - read: file.csv
  - write: file.json

To execute this task, run:

migraine

Last updated

Was this helpful?