Sha256: 634de997cab3f6c0417958da30bc7f75c692250f59ad191cee188a6ea3529c4d
Contents?: true
Size: 675 Bytes
Versions: 10
Compression:
Stored size: 675 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: #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