Sha256: b40344ef46982b28d1b320cfc81e3593c927e49f4924fe9cbc6efe5546ea816c

Contents?: true

Size: 673 Bytes

Versions: 1

Compression:

Stored size: 673 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
    insert_method: oci
    #driver_path: driver/ojdbc7.jar

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-output-oracle-0.2.4 src/test/resources/yml/test-insert-oci-split.yml