Sha256: db961f03017ab5364886ad8b0e4683abbcfc1db144bbfba990db49a2591aca08

Contents?: true

Size: 952 Bytes

Versions: 1

Compression:

Stored size: 952 Bytes

Contents

in:
  type: mysql
  host: #host#
  database: #database#
  user: #user#
  password: #password#
  table: test1
  select: "*"
  order_by: "id"
  column_options:
    #c11: {type: timestamp, timestamp_format: '%Y/%m/%d'}
    #c12: {type: timestamp, timestamp_format: '%Y/%m/%d %H:%M:%S'}
    #c13: {type: timestamp, timestamp_format: '%Y/%m/%d %H:%M:%S', timezone: '+0900'}
    #c14: {type: timestamp, timestamp_format: '%H-%M-%S', timezone: '+0900'}
    #c15: {type: timestamp, timestamp_format: '%Y/%m/%d %H:%M:%S.%6N'}
    c11: {type: timestamp}
    c12: {type: timestamp}
    c13: {type: timestamp}
    c14: {type: timestamp}
    c15: {type: timestamp}

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.%6N'}

Version data entries

1 entries across 1 versions & 1 rubygems

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