Sha256: ae949f030994d16754f7501cb8a028081636c62ede6038a566155f9a9682a384

Contents?: true

Size: 445 Bytes

Versions: 3

Compression:

Stored size: 445 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

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