CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Writer Constructor (String, Boolean, Header, FormatInfo)

This constructor is available in the commercial version only.

Instantiates an instance of a Writer.

[Visual Basic]
Overloads Public Sub New( _
ByVal filePath As String, _
ByVal filterUnique As Boolean, _
ByVal fileHeader As Header, _
ByVal formatInfo As FormatInfo _
)
[C#]
public Writer(
string filePath,
bool filterUnique,
Header fileHeader,
FormatInfo formatInfo
);

Parameters

filePath
A valid system path to the destination file to append or create.
filterUnique
Indicates attempts to write duplicate rows will be ignored.
fileHeader
A Header that will be written to the resulting file.
formatInfo
A FormatInfo object that describes the intended format of the target file.

Remarks

This constructor is available in the commercial version only.

See Also

Writer Class | AldenSystems.CSVEngine Namespace | Writer Constructor Overload List