Sha256: 48626426812dd011d2ad2145219a1b9d23dc17ca6e42a5a709dd7869cc48cdc2
Contents?: true
Size: 571 Bytes
Versions: 1
Compression:
Stored size: 571 Bytes
Contents
in: type: file path_prefix: '/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: INTEGER_ITEM, type: long} - {name: NUMBER_ITEM, type: string} - {name: DATE_ITEM, type: string} - {name: TIMESTAMP_ITEM, type: string} out: type: oracle host: localhost database: TESTDB user: TEST_USER password: test_pw table: TEST1 mode: insert #driver_path: driver/ojdbc7.jar
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
embulk-output-oracle-0.3.0 | src/test/resources/yml/test-string-timestamp.yml |