class Aws::Honeycode::Types::DelimitedTextImportOptions

An object that contains the options relating to parsing delimited text as part of an import request.

@note When making an API call, you may pass DelimitedTextImportOptions

data as a hash:

    {
      delimiter: "DelimitedTextDelimiter", # required
      has_header_row: false,
      ignore_empty_rows: false,
      data_character_encoding: "UTF-8", # accepts UTF-8, US-ASCII, ISO-8859-1, UTF-16BE, UTF-16LE, UTF-16
    }

@!attribute [rw] delimiter

The delimiter to use for separating columns in a single row of the
input.
@return [String]

@!attribute [rw] has_header_row

Indicates whether the input file has a header row at the top
containing the column names.
@return [Boolean]

@!attribute [rw] ignore_empty_rows

A parameter to indicate whether empty rows should be ignored or be
included in the import.
@return [Boolean]

@!attribute [rw] data_character_encoding

The encoding of the data in the input file.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/DelimitedTextImportOptions AWS API Documentation

Constants

SENSITIVE