Sha256: ed262d964ff09c0a65660002c8bc6a3a85c5c67c1041e5182abd16449d67a14a
Contents?: true
Size: 674 Bytes
Versions: 8
Compression:
Stored size: 674 Bytes
Contents
in: type: file path_prefix: '/oracle/data/test2/' 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: 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
8 entries across 8 versions & 1 rubygems