Sha256: f209daf231b2dfee3383917e65626d3030893e4e6c90bba1bcfaaf0f87b4b3f8

Contents?: true

Size: 756 Bytes

Versions: 2

Compression:

Stored size: 756 Bytes

Contents

in:
  type: filesplit
  path: '/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-split.yml
embulk-output-oracle-0.4.4 src/test/resources/yml/test-insert-direct-oci-method-split.yml