Sha256: fc9cc0863f6aaa580a79424c4533b708d9d9aafd78d61dba2e2a289a5508242c

Contents?: true

Size: 658 Bytes

Versions: 1

Compression:

Stored size: 658 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
    user: TEST_USER
    password: test_pw
    table: TEST1
    mode: insert
    #driver_path: driver/ojdbc7.jar
    url: jdbc:oracle:thin:@localhost:1521:TESTDB

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-output-oracle-0.2.4 src/test/resources/yml/test-url.yml