Sha256: c1025b839bbfbf9311c233b2a97a295c14faf5b3ab14abd64764a6519285d836
Contents?: true
Size: 684 Bytes
Versions: 10
Compression:
Stored size: 684 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 host: #host# database: #database# user: #user# password: #password# table: test1 mode: insert_direct #driver_path: driver/ojdbc7.jar
Version data entries
10 entries across 10 versions & 1 rubygems