I'm planning a series of modules to be able to write/read/append and sort out cvs files.
The planned use will be to select samples from a vast bank of wavefiles from various quantified critrerias.
The question is what format should have the output of the file :
a single commatext out with all the data + a nb of columns output ?
as many outputs as the nb of columns ?
the first line of the cvs will tell the format of each column (s,f,i) and be output as a commatext + input
the second line of the cvs will be the label of each column and be output as a commatext + input
also, some columns will be text (typically filenames) and other float or int
with only one commatext output, a conversion will be necessary from string to int or string to float ?
or I could have a commatext output + an array output for floats and int ?
thanx for advice
OlivarStatistics: Posted by oli_lab — 15 Nov 2022, 21:25
]]>