How can handle multiple lines into a single line in data sta

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

How can handle multiple lines into a single line in data sta

Post by bikan »

Hi,

My source coming from access database in that table one field contain multiple lines data that field data type is memo in access same i transformed into target(DB2) but in target stored before and after data stored some junk values how can i handle in data stage and which fuction will usefull.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

A memo field can store a string up to 65,536 bytes. It is just a long string field and if you define your DB/2 column large enough there should be no problem storing that data. What do you mean by "junk" characters? If the incoming data has binary control characters that are not displayable then the target will have the same characters.
Post Reply