Sha256: 07015e567dafb87258b5079b4d0d60c169119c8284e983629b2f629260b9a1e1

Contents?: true

Size: 469 Bytes

Versions: 3

Compression:

Stored size: 469 Bytes

Contents

in:
  type: oracle
  host: localhost
  database: TESTDB
  user: TEST_USER
  password: test_pw
  table: TEST1
  select: "*"
  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

3 entries across 3 versions & 1 rubygems

Version Path
embulk-input-oracle-0.7.4 src/test/resources/oracle/yml/input-column-options-lower.yml
embulk-input-oracle-0.7.3 src/test/resources/oracle/yml/input-column-options-lower.yml
embulk-input-oracle-0.7.2 src/test/resources/oracle/yml/input-column-options-lower.yml