Skip to content

kelray/CSV-File-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CSV-File-Parser

A simple way to parse a column from a CSV file and copy its content to a float array

ParseCSV2float(char *fileName, int column, float *outputArray, int *outputArraySize);

The parsing function ParseCSV2float() takes four arguments, two input and two output arguments as follows:

  • filename: input string, name of the CSV file to be parsed.
  • column: user input specifying the column of interest to be parsed from the CSV file.
  • outputArray: output argument, this array holds the parsed float numbers.
  • outputArraySize: output argument, holds the size of the output array (the number of elements parsed from the column).

About

A simple way to parse a column from a CSV file and copy its content to a float array

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages