HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class / ExportCSV Method
The name of the file to which the CSV export should be written.

In This Topic
    ExportCSV Method
    In This Topic
    Exports the log to a file in CSV (Comma-Separated Values) format using the same format as the CSV export from HttpWatch version 6.x and earlier.
    Syntax
    'Declaration
     
    Public Sub ExportCSV( _
       ByVal fileName As String _
    ) 
    public void ExportCSV( 
       string fileName
    )

    Parameters

    fileName
    The name of the file to which the CSV export should be written.
    Remarks

    You can change the data that is exported in CSV format using the ExportFieldsAsCSV method.

    Requirements
     
    See Also

    Reference

    Log Class
    Log Members
    ExportFieldsAsCSV Method
    ExportHAR Method
    HttpWatch_API~HttpWatch.Log~ExportXML.html
    Save Method