Sha256: 642933a36a7c0ba0e4f0729d32998ea1b8750a841eb5868df93e4bbd6dc261a5

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.yml
embulk-input-oracle-0.7.3 src/test/resources/oracle/yml/input-column-options.yml
embulk-input-oracle-0.7.2 src/test/resources/oracle/yml/input-column-options.yml