provides methods and containers for importing CSV data
Inheritance Hierarchy
RainWorx.FrameWorx.MVC.Models.CSVCSV
Namespace: RainWorx.FrameWorx.MVC.Models.CSV
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public static class CSV
The CSV type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | FlattenExceptionMessages |
converts an exception object to a readable string including applicable inner exception messages
|
![]() ![]() | GetColumnSpec |
Gets a list of CSV Import columns based on current admin settings
|
![]() ![]() | GetCSVTemplate |
returns the header row of a CSV file which is valid for the currently admin setting configuration
|
![]() ![]() | Parse(Stream, Boolean) |
parses the specified CSV input stream into a collection of rows to be processed
|
![]() ![]() | Parse(String, Boolean) |
parses the specified CSV file into a collection of rows to be processed
|
![]() ![]() | PreValidate |
checks the basic validity of proposed import data based on the specified list of columns
|
![]() ![]() | Translate |
tranforms a row of CSV data into UserInput key/value pairs to be submitted to the BLL
|
See Also