CSV: Load and Parse CSV files and strings +- HP Forums (http://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP Prime Software Library (/forum-15.html) +--- Thread: CSV: Load and Parse CSV files and strings (/thread-7596.html) |
CSV: Load and Parse CSV files and strings - StephenG1CMZ - 01-15-2017 05:16 PM First version requires CSV files to have an index number and for the "comma" to be unique (if embedded in strings, additional fields are made). Version 0.1 Main routines are: CSV_Load({list of files}), returns list of records CSV_Parse1(string), returns list of fields CSV_Process1(string), parses and saves fields As an example of how to use this, see my program GEODATA. |