frontmatter-to-csv/README.md

7 lines
322 B
Markdown
Raw Normal View History

2022-03-01 10:01:34 +00:00
# `frontmatter-to-csv` - Convert YAML front matter to CSV
2022-03-01 09:51:44 +00:00
2022-03-01 10:01:34 +00:00
This simple Python script will convert fields from the YAML front matter to your specified CSV fields.
Optionally, it can transform some of the fields:
* convert Python lists to comma-joined lists
* convert varied human-readable durations to unified unit (hours)