Sha256: fd2367a45c590bf0c0f0945fd83919d0fdf3705c16e0968200d264f46ff35154

Contents?: true

Size: 649 Bytes

Versions: 1

Compression:

Stored size: 649 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-output-oracle-0.4.1 src/test/resources/yml/test-insert-direct-empty.yml