Sha256: dc93c6a05bcdf0e08eaf354da957c958fa49cae19988c00ef9c625d560baefd5

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

in:
  type: oracle
  host: #host#
  database: #database#
  user: #user#
  password: #password#
  table: test1
  select: "c1, c2, c3, c4, c5, c6, c7"
  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-lower.yml