Java com.amazonaws.services.s3.model CSVInput fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model CSVInput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model CSVInput.

The text is from its open source code.

Constructor

Method

voidsetComments(String comments)
Sets the character used to indicate a row should be ignored when present at the start of a row.
voidsetComments(Character comments)
Sets the character used to indicate a row should be ignored when present at the start of a row.
voidsetFieldDelimiter(String fieldDelimiter)
Sets the value used to separate individual fields in a record.
voidsetFieldDelimiter(Character fieldDelimiter)
Sets the value used to separate individual fields in a record.
voidsetQuoteCharacter(String quoteCharacter)
Sets the value used for escaping where the field delimiter is part of the value.
voidsetQuoteCharacter(Character quoteCharacter)
Sets the value used for escaping where the field delimiter is part of the value.
voidsetQuoteEscapeCharacter(String quoteEscapeCharacter)
Sets the character used for escaping the quote character inside an already escaped value.
voidsetQuoteEscapeCharacter(Character quoteEscapeCharacter)
Sets the character used for escaping the quote character inside an already escaped value.
voidsetRecordDelimiter(String recordDelimiter)
Sets the value used to separate individual records.
voidsetRecordDelimiter(Character recordDelimiter)
Sets the value used to separate individual records.