Sha256: 2231f93da1902cd8cb184411c49a4e720f9918657b7a218d9856692ceea72a64

Contents?: true

Size: 726 Bytes

Versions: 10

Compression:

Stored size: 726 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: #host#
    database: #database#
    user: #user#
    password: #password#
    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

10 entries across 10 versions & 1 rubygems

Version Path
embulk-output-oracle-0.7.10 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.7.9 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.7.8 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.7.7 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.7.6 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.7.5 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.7.3 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.7.2 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.7.1 src/test/resources/oracle/yml/test-string-timestamp.yml
embulk-output-oracle-0.7.0 src/test/resources/oracle/yml/test-string-timestamp.yml