AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes how a CSV-formatted input object is formatted.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.CSVInput

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class CSVInput

The CSVInput type exposes the following members

Constructors

NameDescription
Public Method CSVInput()

Properties

NameTypeDescription
Public Property AllowQuotedRecordDelimiter System.Boolean

Specifies that CSV field values may contain quoted record delimiters and such records should be allowed. Default value is FALSE. Setting this value to TRUE may lower performance.

Public Property Comments System.String

A single character used to indicate that a row should be ignored when the character is present at the start of that row. You can specify any character to indicate a comment line. The default character is #.

Default: #

Public Property FieldDelimiter System.String

Value used to separate individual fields in a record.

Public Property FileHeaderInfo Amazon.S3.FileHeaderInfo

Describes the first line of input. Valid values: None, Ignore, Use.

Public Property QuoteCharacter System.String

Value used for escaping where the field delimiter is part of the value.

Public Property QuoteEscapeCharacter System.String

Single character used for escaping the quote character inside an already escaped value.

Public Property RecordDelimiter System.String

Value used to separate individual records.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5