Sha256: c27af8cf3b7ca30e3e172656e1153eee20ae638b691ae6b218ebfa7ceda5be83

Contents?: true

Size: 683 Bytes

Versions: 5

Compression:

Stored size: 683 Bytes

Contents

in:
  type: file
  path_prefix: '/oracle/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
    #driver_path: driver/ojdbc7.jar

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
embulk-output-oracle-0.6.5 src/test/resources/oracle/yml/test-lower-table.yml
embulk-output-oracle-0.6.4 src/test/resources/oracle/yml/test-lower-table.yml
embulk-output-oracle-0.6.3 src/test/resources/oracle/yml/test-lower-table.yml
embulk-output-oracle-0.6.2 src/test/resources/oracle/yml/test-lower-table.yml
embulk-output-oracle-0.6.1 src/test/resources/oracle/yml/test-lower-table.yml