Sha256: 22ff9e0ab0faa591123f0f4e77b67fa65243332f74358c2cb6d606c21ed43d41

Contents?: true

Size: 418 Bytes

Versions: 10

Compression:

Stored size: 418 Bytes

Contents

in:
  type: mysql
  host: localhost
  database: TESTDB
  user: TEST_USER
  password: test_pw
  table: test1
  select: "*"

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'}

Version data entries

10 entries across 10 versions & 1 rubygems

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