Sha256: 852ddbf559ee082d837bc5e399f4c6dd869273ffe841d15013963113e7a2ebc4

Contents?: true

Size: 725 Bytes

Versions: 8

Compression:

Stored size: 725 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: string}
    - {name: TIMESTAMP_ITEM, type: string}
out:
    type: oracle
    host: localhost
    database: TESTDB
    user: TEST_USER
    password: test_pw
    table: TEST1
    mode: insert_direct
    column_options:
      DATE_ITEM: {value_type: pass}
      TIMESTAMP_ITEM: {value_type: pass}
    #driver_path: driver/ojdbc7.jar

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
embulk-output-oracle-0.6.5 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.6.4 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.6.3 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.6.2 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.6.1 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.6.0 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.5.1 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.5.0 src/test/resources/oracle/yml/test-string-timestamp.yml