Sha256: 92bae70d272b22964a8d4db5f25b89ec8ca150ca48efe74f54ce831fc182d0a0
Contents?: true
Size: 694 Bytes
Versions: 10
Compression:
Stored size: 694 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: #user# password: #password# table: TEST1 mode: insert_direct #driver_path: driver/ojdbc7.jar url: jdbc:oracle:thin:@#host#:#port#:#database#
Version data entries
10 entries across 10 versions & 1 rubygems