Code:sr28-collate.c: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 August 2022

  • curprev 23:3123:31, 26 August 2022Elie talk contribs 7,374 bytes +7,374 Created page with "This program converts USDA nutrition data into an easier table to run SQL queries on. * Input: File:sr28asc.zip (must be unzipped in a subfolder <code>data/sr28asc/</code>) * Output: File:sr28-collated.csv <syntaxhighlight lang="c"> // sr28-collate.c // This program converts USDA nutrition data into an easier table to run SQL queries on. // Input: sr28asc.zip (USDA Standard Reference [SR Legacy] ascii version 28) // Output: sr28-collated.csv // Instructions:..."