Sha256: dee608d474521d272cb9d84171988b1a92c5009e3be4cddf753c0adb85c4611e
Contents?: true
Size: 729 Bytes
Versions: 8
Compression:
Stored size: 729 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 #driver_path: driver/ojdbc7.jar column_options: VARCHAR2_ITEM: {type: VARCHAR2(40)}
Version data entries
8 entries across 8 versions & 1 rubygems