Class: Aws::Honeycode::Types::DelimitedTextImportOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_character_encodingString

The encoding of the data in the input file.

Returns:

  • (String)


581
582
583
584
585
586
587
588
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 581

class DelimitedTextImportOptions < Struct.new(
  :delimiter,
  :has_header_row,
  :ignore_empty_rows,
  :data_character_encoding)
  SENSITIVE = []
  include Aws::Structure
end

#delimiterString

The delimiter to use for separating columns in a single row of the input.

Returns:

  • (String)


581
582
583
584
585
586
587
588
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 581

class DelimitedTextImportOptions < Struct.new(
  :delimiter,
  :has_header_row,
  :ignore_empty_rows,
  :data_character_encoding)
  SENSITIVE = []
  include Aws::Structure
end

#has_header_rowBoolean

Indicates whether the input file has a header row at the top containing the column names.

Returns:

  • (Boolean)


581
582
583
584
585
586
587
588
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 581

class DelimitedTextImportOptions < Struct.new(
  :delimiter,
  :has_header_row,
  :ignore_empty_rows,
  :data_character_encoding)
  SENSITIVE = []
  include Aws::Structure
end

#ignore_empty_rowsBoolean

A parameter to indicate whether empty rows should be ignored or be included in the import.

Returns:

  • (Boolean)


581
582
583
584
585
586
587
588
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 581

class DelimitedTextImportOptions < Struct.new(
  :delimiter,
  :has_header_row,
  :ignore_empty_rows,
  :data_character_encoding)
  SENSITIVE = []
  include Aws::Structure
end