Class CsvOptions
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Processing options for the CSV file being imported.
public class CsvOptions
- Inheritance
-
CsvOptions
- Inherited Members
Constructors
CsvOptions()
public CsvOptions()
Properties
Delimiter
Gets and sets the property Delimiter.
The delimiter used for separating items in the CSV file being imported.
public string Delimiter { get; set; }
Property Value
HeaderList
Gets and sets the property HeaderList.
List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.
public List<string> HeaderList { get; set; }