You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Models Namespaces > RainWorx.FrameWorx.MVC.Models.CSV > CSV Class

CSV Class

AuctionWorx 3.5 API
provides methods and containers for importing CSV data
Inheritance Hierarchy

SystemObject
  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

NameDescription
Public methodStatic memberFlattenExceptionMessages
converts an exception object to a readable string including applicable inner exception messages
Public methodStatic memberGetColumnSpec
Gets a list of CSV Import columns based on current admin settings
Public methodStatic memberGetCSVTemplate
returns the header row of a CSV file which is valid for the currently admin setting configuration
Public methodStatic memberParse(Stream, Boolean)
parses the specified CSV input stream into a collection of rows to be processed
Public methodStatic memberParse(String, Boolean)
parses the specified CSV file into a collection of rows to be processed
Public methodStatic memberPreValidate
checks the basic validity of proposed import data based on the specified list of columns
Public methodStatic memberTranslate
tranforms a row of CSV data into UserInput key/value pairs to be submitted to the BLL
Top
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.