hairizuanbinnoorazman / automaton

Automation of marketing tools via CLI
MIT License
0 stars 0 forks source link

Suggestion: Using other formats rather than csvs #3

Open hairizuanbinnoorazman opened 6 years ago

hairizuanbinnoorazman commented 6 years ago

Instead of using csv files for generating out markdown file for the guide app in this cli tool, it might make more sense to look into using json lists or even yaml.

There are several reasons for this:

There needs to be workarounds when handling csv files. Note, there are some articles out there that mention that encoding/csv works with utf-8.