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
Syntaxpublic string CSVSeparator { get; set; }Public Property CSVSeparator As String
	Get
	Set
public:
property String^ CSVSeparator {
	String^ get ();
	void set (String^ value);
}member CSVSeparator : string with 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