Class CSV
- Namespace
- BlueM.Wave.Fileformats
- Assembly
- Wave.dll
Klasse für generisches Textformat
public class CSV : TimeSeriesFile
- Inheritance
-
CSV
- Derived
- Inherited Members
Constructors
CSV(string)
public CSV(string FileName)
Parameters
FileNamestring
Properties
UseImportDialog
Gibt an, ob beim Import des Dateiformats der Importdialog angezeigt werden soll
public override bool UseImportDialog { get; }
Property Value
Methods
Write_File(ref List<TimeSeries>, string, CultureInfo)
Write one or multiple series to a CSV file
public static void Write_File(ref List<TimeSeries> tsList, string file, CultureInfo cInfo = null)
Parameters
tsListList<TimeSeries>time series to write to file
filestringpath to the csv file
cInfoCultureInfooptional CultureInfo object for setting the date time format, number format and the list separator. if not set, these settings are taken from CurrentCulture
readFile()
Reads the selected series (see SelectedSeries) from the file and stores them as timeseries in TimeSeries
public override void readFile()
readSeriesInfo()
Reads information about the series contained in the file and stores it in TimeSeriesInfos
public override void readSeriesInfo()