Sha256: 71737fd87a528864d8f7988e7560ce8f9151dff30dfda44815be055046cbb33c

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-lower.yml