Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/donquinleone/releasescsvtohtml

Simple Bash script to convert an imported CSV file containing music release data to HTML files for inclusion on a website.
https://github.com/donquinleone/releasescsvtohtml

Last synced: about 2 months ago
JSON representation

Simple Bash script to convert an imported CSV file containing music release data to HTML files for inclusion on a website.

Awesome Lists containing this project

README

        

# ReleasesCSVtoHTML

## Preparation

Using the template.csv file, produce a pipe-delimited CSV file comprising all release information. Excel cannot produce pipe-delimited CSVs on its own, so once you have a comma-delimited CSV, use a programme like [Table Tool](https://github.com/jakob/TableTool). The CSV should also not wrap content in quotation marks, but it should include the header row.

## Usage

Then, make the script executable and pass in both your output directory (as an absolute path without a trailing slash) and your pipe-delimited CSV as arguments:

```
chmod +x convert.sh
./convert.sh /path/to/output your-data.csv
```