Sha256: 80c3dadb50ca54c94dc51efa064e33e479cfaab881f985f31ce9abe5efe59a2f

Contents?: true

Size: 649 Bytes

Versions: 2

Compression:

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

2 entries across 2 versions & 1 rubygems

Version Path
embulk-output-oracle-0.3.0 src/test/resources/yml/test-insert-oci.yml
embulk-output-oracle-0.2.3 src/test/resources/yml/test-insert-oci.yml