Sha256: a6359f7558f371772a9e446f8ce78198d231a35979c2a60abca79b1f5b3fcd0d

Contents?: true

Size: 487 Bytes

Versions: 1

Compression:

Stored size: 487 Bytes

Contents

in:
  type: oracle
  host: #host#
  database: #database#
  user: #user#
  password: #password#
  table: TEST1
  select: "*"
  order_by: "ID"
  column_options:
    C5: {type: string, timestamp_format: '%Y/%m/%d', timezone: "+0900"}
    C6: {type: string, timestamp_format: '%Y/%m/%d %H:%M:%S', timezone: "+0900"}
    C7: {type: string, timestamp_format: '%Y/%m/%d %H:%M:%S.%3N', timezone: "+0900"}

out:
  type: file
  path_prefix: oracle-input
  file_ext: csv
  formatter:
    type: csv

Version data entries

1 entries across 1 versions & 1 rubygems

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