Sha256: 4c05aa147990644e6d00b50d35e9840cc1d4deabb17e12fd9d2c6cd7cf54c45a

Contents?: true

Size: 765 Bytes

Versions: 2

Compression:

Stored size: 765 Bytes

Contents

in:
  type: file
  path_prefix: '/oracle/data/test3/test3.csv'
  parser:
    charset: UTF-8
    newline: CRLF
    type: csv
    delimiter: ','
    quote: ''
    columns:
    - {name: ID, type: string}
    - {name: VARCHAR2_ITEM, type: string}
    - {name: NVARCHAR2_ITEM, type: string}
    - {name: INTEGER_ITEM, type: long}
    - {name: NUMBER_ITEM, type: string}
    - {name: DATE_ITEM, type: timestamp, format: '%Y/%m/%d'}
    - {name: TIMESTAMP_ITEM, type: timestamp, format: '%Y/%m/%d %H:%M:%S'}
out:
    type: oracle
    host: localhost
    database: TESTDB
    user: TEST_USER
    password: test_pw
    table: TEST1
    mode: insert_direct
    insert_method: oci
    column_options:
      INTEGER_ITEM: {value_type: pass}
    #driver_path: driver/ojdbc7.jar

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
embulk-output-oracle-0.6.5 src/test/resources/oracle/yml/test-insert-direct-oci-method-large.yml
embulk-output-oracle-0.6.4 src/test/resources/oracle/yml/test-insert-direct-oci-method-large.yml