|
FileHelperWriteToFile(String, String, DataSet) Method
|
Writes data to the specified files in the specified format.
Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax GSF.Historian.Exporters.FileHelper.WriteToFile = function(files, format, data);
View SourceParameters
- files String
- Comma or semi-colon delimitted list of file names to which data is to be written.
- format String
- Format (CSV or XML) in which data is to be written to the files.
- data DataSet
- DataSet containing the data to be written to the files.
See Also