Class Csv
Allows in/out operations and/or data validations with CSV files.
Inheritance
System.Object
AutoCheck.Core.Connector
Csv
Implements
System.IDisposable
Inherited Members
AutoCheck.Core.Connector.CurrentOS
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AutoCheck.Core.Connectors
Assembly: AutoCheck.dll
Syntax
public class Csv : Connector, IDisposable
Constructors
| Improve this Doc View SourceCsv(String, String, Char, Char)
Creates a new connector instance.
Declaration
public Csv(string path, string file, char fieldDelimiter = ',', char textDelimiter = '"')
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The folder containing the files. |
System.String | file | CSV file name. |
System.Char | fieldDelimiter | Field delimiter char. |
System.Char | textDelimiter | Text delimiter char. |
Properties
| Improve this Doc View SourceCsvDoc
The CSV document content.
Declaration
public CsvDocument CsvDoc { get; }
Property Value
Type | Description |
---|---|
CsvDocument |
Methods
| Improve this Doc View SourceDispose()
Disposes the object releasing its unmanaged properties.
Declaration
public override void Dispose()
Overrides
AutoCheck.Core.Connector.Dispose()
Implements
System.IDisposable