Data issue with sequencial 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
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Data issue with sequencial file

Post by prasson_ibm »

Hi all,
I am extracting sequencial file of comma seperated and quote character is double quote.But there are some junk characters in the one of the columns.I want this junk character to be removed or can be rejected to track the records.If you have any idea ,how to handle this ,please let tell me.
Regards
Prasoon Kumar
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

See if this post helps. viewtopic.php?t=113640
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

mahadev.v wrote:See if this post helps. viewtopic.php?t=113640
Thanks this has helped me and i have resolved my issue with junk character/......
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

How?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

ray.wurlod wrote:How? ...
Hi Ray,
There was some junk character in my source file,so i have used piped the source file with tr command and with tr -d option i have deleted that junk characher.............
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Then you have deprived the owners of those data of some of their data.

On whose authority were those characters declared to be "junk"? Did you get agreement from the business to delete them? Who, in the organization, is the data steward with responsibility for this item of data?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply