DelimitedFileEngine Constructor (Type) |
Create a version of the
FileHelperEngine exclusively
for delimited records. It allows you to change the delimiter and
other options at runtime
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic DelimitedFileEngine(
Type recordType
)
Public Sub New (
recordType As Type
)
Parameters
- recordType
- Type: SystemType
The record mapping class.
Remarks
Useful when you need to export or import the same info with 2 or
more different delimiters or slightly different options.
See Also