parsing data from a table

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
mullaguru123
Participant
Posts: 1
Joined: Wed Feb 08, 2006 3:44 pm

parsing data from a table

Post by mullaguru123 »

hai,
I got a table in which combined data is present in a particular column.I want to get that data seperately and want to use that for the other purpose.I also have the field positions for the combined data.
Thanks
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

if you have the field position then use the substring functionality to split the data.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Sorry :oops: . Did not pay attention that it was a TX question.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
janhess
Participant
Posts: 201
Joined: Thu Sep 18, 2003 2:18 am
Location: UK

Post by janhess »

However, you could use the LEFT, RIGHT and MID functions.
Extract the data into your input card using a query then split up the field as required.
Post Reply