Sha256: 9151e9b5e4848ca67ed47a66f9a7b9364deae5db5ddc9ceed1996b8a95a39309
Contents?: true
Size: 666 Bytes
Versions: 30
Compression:
Stored size: 666 Bytes
Contents
in: type: file path_prefix: '/db2/data/test-char.csv' parser: charset: UTF-8 newline: CRLF type: csv delimiter: ',' quote: '' columns: - {name: ID, type: string} - {name: CHAR_ITEM, type: string} - {name: VARCHAR_ITEM, type: string} - {name: CLOB_ITEM, type: string} - {name: GRAPHIC_ITEM, type: string} - {name: VARGRAPHIC_ITEM, type: string} - {name: NCHAR_ITEM, type: string} - {name: NVARCHAR_ITEM, type: string} - {name: NCLOB_ITEM, type: string} out: type: db2 host: #host# database: #database# user: #user# password: #password# table: TEST_CHAR mode: insert_direct
Version data entries
30 entries across 15 versions & 1 rubygems