CSV Reports
PreProcessFile Method



KellermanSoftware.CsvReports Namespace > CsvReader Class : PreProcessFile Method
The input file path.
The output file path.
This will replace CR with CRLF if the line does not already end with CRLF
Syntax
Public Sub PreProcessFile( _
   ByVal inputFilePath As String, _
   ByVal outputFilePath As String _
) 
Dim instance As CsvReader
Dim inputFilePath As String
Dim outputFilePath As String
 
instance.PreProcessFile(inputFilePath, outputFilePath)
public void PreProcessFile( 
   string inputFilePath,
   string outputFilePath
)
public:
void PreProcessFile( 
   String^ inputFilePath,
   String^ outputFilePath
) 

Parameters

inputFilePath
The input file path.
outputFilePath
The output file path.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CsvReader Class
CsvReader Members