Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.08 KB

swim-report

Excel sheet to format swimmer data with relevant standards.

Importing data

Directly into Excel

  1. Goto swimrankings.net and lookup the athelete your interested in, taking note of their 6 digit swimmer ID.
  2. Copy the swimmer data (using your mouse to select the table data)
  3. Paste it into an empty Excel sheet as plain text.
  4. In the empty Excel sheet, select, then right click on cell A1.
  5. Choose "Paste Special ..."
  6. In the "As:" dialogue, select "Text" then click "OK"
  7. Add the swimmer's name and 6 digit ID to the swimmer's page.
  8. Add the distance and event names to the csv .... Ugghh ... just figure it out or use the unix scripts.

Unix

  1. Goto swimrankings.net and lookup the athelete your interested in, taking note of their 6 digit swimmer ID.
  2. Copy the swimmer data (using your mouse to select the table data)
  3. In a Bash prompt at the root directory of the this project, run this command: bin/swimmer-cut-n-past | bin/cut-sort > swim-data/{6 digiti swimmer ID}.csv
  4. Add the swimmer data to the blue "Swimmers" page (be sure to insert a row).