Sha256: 65750f3437a84592125ff49ab5b2ba4fbabd81dbba1112f113c80c9fe5b75873

Contents?: true

Size: 577 Bytes

Versions: 10

Compression:

Stored size: 577 Bytes

Contents

in:
  type: mysql
  host: localhost
  database: TESTDB
  user: TEST_USER
  password: test_pw
  table: test1
  select: "*"
  default_timezone: '+0900'
  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'}
    c14: {type: string, timestamp_format: '%H-%M-%S', timezone: '+0300'}
    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

10 entries across 10 versions & 1 rubygems

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