Sha256: b0c89766fcb48218f07c4bc8f9a9b56829e62bcb061ac98853c4f452ce050a72
Contents?: true
Size: 660 Bytes
Versions: 15
Compression:
Stored size: 660 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: replace
Version data entries
15 entries across 15 versions & 1 rubygems