Click or drag to resize

SettingsCSVSeparator Property

The separator used to read/write CSV files. By default, the value is aligned with system when settings file is first initialized.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public string CSVSeparator { get; set; }

Property Value

Type: String
Remarks
In some countries/regions, the separator used in Comma-separated values (CSV) files are not comma (,) but semicolon (;) or pipeline (|). You may want to check this settings to make file generated by Hummingbird is compatible with other applications running in your organization, and vice-versa.
See Also