Import csv
Imports data from a csv (Comma-separated values) file.
csv are used for data exchange between various programs. All statistical and spreadsheet programs can export data to a csv file.
Limitations
The maximum amount of imported columns is 26
The maximum amount of imported rows is 10.000
Example
"test","test2","test 3",
-0.11,1.98,-1.68,
-3.08,1.51,-9.25,
2.18,0.15,0.77,
4.24,10.47,0.97,
-6.74,5.96,-0.16,
-1.55,-0.82,1.22,
9.96,1.13,4.23,
7.00,-3.75,-2.93,
-4.66,4.90,3.87,
7.32,-0.96,3.45,
-1.29,-7.23,7.45,
-1.27,-1.34,4.06,
Will be imported as:
External links
http://en.wikipedia.org/wiki/Comma-separated_values