db2 - Read in a file that contains multimple "CLOB" formatted data fields -
reading in file contains multiple "clob" formatted data fields (fields formatted text values 32k bytes in size). text includes end of line characters, our standard import wizards confused , think they've reached end of line , start importing next record.
- option remove eol characters within text, import data.
is additional methods work, in db2 system?
you need find character never part of data fields. let's suppose caret symbol never there, can use field delimiter. need place around each data field, try importing specifying following modifiers: modified chardel^ delprioritychar
, way new line symbols fall inside pair of carets ignored when searching end of record.
if import wizard not allow specify modifiers, you'll need run db2 import
command manually.
Comments
Post a Comment