cricsheet / csv-converter

Generate CSV from Cricsheet YAML data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-converter

A ruby script to convert version 0.9 Cricsheet YAML data files into CSV.

The CSV generated is considered an experimental Cricsheet format. Originally CSV data was provided for only T20 and IPL matches, however that has now expanded to include all matches. The CSV version was originally created in response to a request for a simple version of the data in CSV format (rather than YAML). The data it generates is not as complete as the YAML data and, currently, does not fully support all fields. A list of known limitations can be found below.

The data generated is similar to, but not exactly the same as, that provided on the Cricsheet downloads page. The data generated by the convert.rb script does not include values for season, match_number, series, reserve_umpire, tv_umpire, or match_referee, unlike that provided on the website. A future version of this converter will include these fields.

What has happened to the project?

TLDR: Project (cricsheet/csv-converter) is now hosted on Sourcehut due to GitHub's continued collaboration with ICE (U.S. Immigration and Customs Enforcement).

Hello đź‘‹, nice to see you! If you're here you're presumably looking for the project (cricsheet-csv-converter) that used to be here. The project still exists, it has just moved elsewhere. Let me tell you both why, and where you can find the project now.

Given GitHub's ongoing policy of collaborating with ICE I don't feel comfortable supporting the platform (as I've mentioned elsewhere), so I've gradually moved all of my repositories (both private and public) elsewhere.

I've hoped that GitHub would cancel their policy (as do many of the staff, including good people I know), but nothing has happened, so I've moved. You can find the project at Sourcehut, as well as issue tracking. Patches will also still be gratefully received.

About

Generate CSV from Cricsheet YAML data