Sha256: b55a0401b4c6ad3cc261d254646c351daeaeefe70a8a84dba29df4b6e119417d

Contents?: true

Size: 685 Bytes

Versions: 1

Compression:

Stored size: 685 Bytes

Contents

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

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-double.yml