Attachemet File

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
kumar66
Participant
Posts: 265
Joined: Thu Jul 26, 2007 12:14 am

Attachemet File

Post by kumar66 »

Hi All,


I am attaching a file in notification activity. The file has 2 rows. When I receive this file as attachement , the two rows are in one line.

I mean there is no end line for the first record. My format in the sequential stage is Final delimiter = end and delimeter = tab.

The record delimiter = UNIX newline.


Please advise .

Thanks & Regards,
Kumar66
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Hint: Where are you 'receiving' this file and what is *it* expecting in the way of record delimiters?
-craig

"You can never have too many knives" -- Logan Nine Fingers
kumar66
Participant
Posts: 265
Joined: Thu Jul 26, 2007 12:14 am

Post by kumar66 »

Hi Chulett,


Thanks for your reply. I solved this issue. I gave the record delimter string as 'DOS Format" and it worked well.

Thanks & Regards,
Kumar66
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Then please mark the thread as Resolved using the big button at the top of the screen.
-craig

"You can never have too many knives" -- Logan Nine Fingers
dspxlearn
Premium Member
Premium Member
Posts: 291
Joined: Sat Sep 10, 2005 1:26 am

Post by dspxlearn »

I guess you can also use "UNIX new line" as a record delimiter on the file format.
Thanks and Regards!!
dspxlearn
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Not if you want to solve the problem. Or read the first post. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply