Sha256: 0140ffb257f98cb48b4108259b4446c9914a61f81d8d48042e6c3f36cb7e0a2d
Contents?: true
Size: 691 Bytes
Versions: 8
Compression:
Stored size: 691 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: 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_direct #driver_path: driver/ojdbc7.jar url: jdbc:oracle:thin:@localhost:1521:TESTDB
Version data entries
8 entries across 8 versions & 1 rubygems