======get_csv_data======
FW >= 1317
Extract partial CSV data from an existing CSV file
====Description====
string
get_csv_data (
string
$filename,
string
$columns
,
int
$interval]
[,
int
$json]
)
This function takes a filename (including the full path) in the $filename parameter and a list of columns to extract in the $columns field. The $interval period in minutes is used to extract data at predefined intervals from the start of the file.
====Parameters====
$filename: Valid filename of a CSV file (with the first row containing the column names)