What is zoned data type? Can Informatica work with Zoned data type?
My problem is I have a flat file with combination data of both characters and numbers. They are calling it as zoned data type. This value they want us to load into oracle (in oracle the data type is number for this) so they want to convert the zoned value into number. Is there nay way I can do with informatica? When I tried to load data with out using any transformation, it was loading wrong data.
For ex:
In flat file the data is
100{
10A0
B345
2000
It is loading into oracle correspondingly as
100
10
0
2000
What transformation can I use to make the whole value into number?
Is there anyway to convert a non-numerical value into numeric value?
Thanks in advance,
Chanti.
My problem is I have a flat file with combination data of both characters and numbers. They are calling it as zoned data type. This value they want us to load into oracle (in oracle the data type is number for this) so they want to convert the zoned value into number. Is there nay way I can do with informatica? When I tried to load data with out using any transformation, it was loading wrong data.
For ex:
In flat file the data is
100{
10A0
B345
2000
It is loading into oracle correspondingly as
100
10
0
2000
What transformation can I use to make the whole value into number?
Is there anyway to convert a non-numerical value into numeric value?
Thanks in advance,
Chanti.