Sha256: 6c616aff485e4d34033a914ce1d6582748f32ea20a757cf1098ae65a2d8b705b

Contents?: true

Size: 695 Bytes

Versions: 1

Compression:

Stored size: 695 Bytes

Contents

in:
  type: mysql
  host: #host#
  database: #database#
  user: #user#
  password: #password#
  table: test1
  select: "*"
  order_by: "id"
  column_options:
    c1: {type: boolean}
    c2: {type: boolean}
    c3: {type: boolean}
    c4: {type: boolean}
    c5: {type: boolean}
    c6: {type: boolean}
    c7: {type: boolean}
    c8: {type: boolean}
    c9: {type: boolean}
    c10: {type: boolean}

out:
  type: file
  path_prefix: mysql-input
  file_ext: csv
  formatter:
    type: csv
    column_options:
      c11: {format: '%Y-%m-%d'}
      c12: {format: '%Y-%m-%d %H:%M:%S'}
      c13: {format: '%Y-%m-%d %H:%M:%S'}
      c14: {format: '%H:%M:%S'}
      c15: {format: '%Y-%m-%d %H:%M:%S'}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-input-mysql-0.8.0 src/test/resources/mysql/yml/input-boolean.yml