Sha256: eabf5d4371dc4c19e86e4237968020349f2984698a6a694fd9480aedb0a67679

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 Bytes

Contents

in:
  type: oracle
  host: #host#
  database: #database#
  user: #user#
  password: #password#
  query: "SELECT C1, C2, C3, C4, C5, C6, C7 FROM TEST1 ORDER BY C1"

out:
  type: file
  path_prefix: oracle-input
  file_ext: csv
  formatter:
    type: csv
    column_options:
      C5: {format: '%Y-%m-%d', timezone: '+0900'}
      C6: {format: '%Y-%m-%d %H:%M:%S', timezone: '+0900'}
      C7: {format: '%Y-%m-%d %H:%M:%S.%3N', timezone: '+0900'}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-input-oracle-0.8.0 src/test/resources/oracle/yml/input-query.yml