Sha256: d4b36cab998ac4ee1e104e69662857766bdcd5ef6e7bfef7fc53f7a42f7480bd
Contents?: true
Size: 633 Bytes
Versions: 3
Compression:
Stored size: 633 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 host: localhost database: TESTDB user: TEST_USER password: test_pw table: TEST1 mode: insert_direct #driver_path: driver/ojdbc7.jar
Version data entries
3 entries across 3 versions & 1 rubygems