Sha256: 60c8ec28604255e990f9c8e87bb1fefe9c00a3c4a43af181bce50aedec082ec7

Contents?: true

Size: 713 Bytes

Versions: 3

Compression:

Stored size: 713 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: 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

3 entries across 3 versions & 1 rubygems

Version Path
embulk-output-oracle-0.4.3 src/test/resources/yml/test-insert-direct-oci-method-split.yml
embulk-output-oracle-0.4.2 src/test/resources/yml/test-insert-direct-oci-method-split.yml
embulk-output-oracle-0.4.0 src/test/resources/yml/test-insert-oci-split.yml