Sha256: 5060059973eb2164dc8429d8b46aadf7f6c1c183161c73b9e4d608eaf0945c50

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

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

out:
  type: file
  path_prefix: mysql-input
  file_ext: csv
  formatter:
    type: csv

Version data entries

1 entries across 1 versions & 1 rubygems

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