Sha256: 9bb0b22aa493b1a8ef9d766fba6f46929d25b1b29ec916d5d1928a06f68f40fc

Contents?: true

Size: 758 Bytes

Versions: 2

Compression:

Stored size: 758 Bytes

Contents

in:
  type: file
  path_prefix: '/data/test1/test1.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.4.5 src/test/resources/yml/test-insert-direct-oci-method.yml
embulk-output-oracle-0.4.4 src/test/resources/yml/test-insert-direct-oci-method.yml