Table of Contents

Class CSV

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Klasse für generisches Textformat

public class CSV : TimeSeriesFile
Inheritance
CSV
Inherited Members

Constructors

CSV(string)

public CSV(string FileName)

Parameters

FileName string

Properties

UseImportDialog

Gibt an, ob beim Import des Dateiformats der Importdialog angezeigt werden soll

public override bool UseImportDialog { get; }

Property Value

bool

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

tsList List<TimeSeries>

time series to write to file

file string

path to the csv file

cInfo CultureInfo

optional 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()