DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector.CSVParser Namespace / CSVStreamParser Class
Properties Methods Events


In This Topic
    CSVStreamParser Class Members
    In This Topic

    The following tables list the members exposed by CSVStreamParser.

    Public Constructors
     NameDescription
    Public Constructor Constructor that takes three args  
    Top
    Public Properties
     NameDescription
    Public Property The column schema  
    Public Property A boolean indicating whether the CSV contains headers or not.  
    Public Property The encoding used by the file  
    Public Property Whether has next page or not  
    Public Property The maximum number of items per page  
    Public Property A boolean indicating wheter to trim the field values or not.  
    Top
    Public Methods
     NameDescription
    Public Method The parsing method  
    Top
    Public Events
     NameDescription
    Public Event On Item Fired event  
    Top
    See Also