Sha256: c8cc7c45336b1bf0d56b669b676ffffc4405b666242c2256c156175412ede7f1

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

in:
  type: mysql
  host: localhost
  database: TESTDB
  user: TEST_USER
  password: test_pw
  table: test1
  select: "*"
  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.5.0 src/test/resources/yml/input-timestamp2.yml