Sha256: 045e1c6e66658499421c41830bc48d6b44d3e17dfefa01f7047934a3624acacf

Contents?: true

Size: 934 Bytes

Versions: 10

Compression:

Stored size: 934 Bytes

Contents

in:
  type: mysql
  host: localhost
  database: TESTDB
  user: TEST_USER
  password: test_pw
  table: test1
  select: "*"
  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

10 entries across 10 versions & 1 rubygems

Version Path
embulk-input-mysql-0.7.4 src/test/resources/mysql/yml/input-timestamp1.yml
embulk-input-mysql-0.7.3 src/test/resources/mysql/yml/input-timestamp1.yml
embulk-input-mysql-0.7.2 src/test/resources/mysql/yml/input-timestamp1.yml
embulk-input-mysql-0.7.1 src/test/resources/yml/input-timestamp1.yml
embulk-input-mysql-0.7.0 src/test/resources/yml/input-timestamp1.yml
embulk-input-mysql-0.6.4 src/test/resources/yml/input-timestamp1.yml
embulk-input-mysql-0.6.3 src/test/resources/yml/input-timestamp1.yml
embulk-input-mysql-0.6.2 src/test/resources/yml/input-timestamp1.yml
embulk-input-mysql-0.6.1 src/test/resources/yml/input-timestamp1.yml
embulk-input-mysql-0.6.0 src/test/resources/yml/input-timestamp1.yml