Skip to content

sebszocinski/python_csv_to_yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python — YAML Generator

Generate YAML files from rows inside a CSV

Requirements

  • OSX
  • Python

Usage

  1. Create a data.csv file with all the data you wish to add to your yaml files.
  2. Run python generate.py in your terminal.
  3. .yaml files will be generated and saved inside a /yaml folder.

Notes

  • A sample data.csv file has been included for testing.
  • Make sure the first row contains the column headings as this will be used in your yaml.
  • The last cell in your .csv row will be used as the filename and also be included in the yaml data.

Credits

Credits go to hfionte for the original script.

About

Generate .yaml files from rows inside a .csv file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages