« Zurück zu Produkt

Dokumentation

CSV_Export

Benötigt: IP-Symcon >= 5.5

 string CSV_Export (int $InstanzID, int $ArchiveVariable, int $AggregationStage, int $AggregationStart, int $AggregationEnd) 

Parameterliste

InstanzID

ID der Instanz

ArchiveVariable

Variablen ID, welche exportiert werden soll

AggregationStage

Aggregationsstufe analog zu AC_GetAggregatedValues

AggregationStart

Datum/Zeit als Unix Zeitstempel (0 = von Anfang an)

AggregationEnd

Datum/Zeit als Unix Zeitstempel (0 = bis jetzt)

Rückgabewert

Der relative Pfad des Zip-Archivs.

Beschreibung

Erzeugt ein Zip-Archiv basierend auf den gegebenen Parametern und liefert den relativen Pfad des Archivs als Rückgabewert.

Beispiel

CSV_Export(12345, 54321, 4, 2293574400, 3127161600);
Haben Sie noch Fragen?