parses the specified CSV input stream into a collection of rows to be processed
Namespace:
RainWorx.FrameWorx.MVC.Models.CSVAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public static ImportData Parse( Stream inputStream, bool headingRow = true )
Parameters
- inputStream
- Type: System.IOStream
the input stream to be read - headingRow (Optional)
- Type: SystemBoolean
indicates whether a header row is expected (default: true)
Return Value
Type: ImportDataSee Also