special characters in column names

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
lfong
Premium Member
Premium Member
Posts: 42
Joined: Fri Sep 09, 2005 7:48 am

special characters in column names

Post by lfong »

I am working with version 8 and have the following problem with Oracle column names.
My source has column names with '$'(CLAIMED$), #(phone#). When importing the definitions, the # gets changed to _036_, the # _035_.
Can I fix this rednaming the colums using the modify stage. If so, would I use the _036_ or the '$' as the old_columnname.

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There is a specific section in the Parallel Job Developer's Guide (page 12-6)
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