How do you handle decimal places while importing a flatfile
into informatica?
Answer / maruthi
1.)use to_integer('column name','newcolumn)
it works
Is This Answer Correct ? | 6 Yes | 4 No |
Which is the best place to learn Informatica Powercenter Online Training?
how i will stop my workflow after 10 errors
what r the propertes of workflow? and write quary to select dept more ten employess in dept.?
my source having the records like ram 3 sam 5 tom 8 and i want to load into target like ram record 3 times,sam record 5 times, tom record 8 times
How do schedule a workflow in Informatica thrice in a day? Like run the workflow at 3am, 5am and 4pm?
How can we use batches?
Design a mapping to load a target table with the following values from the above source?
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
If the values in a row are 1,2,3,3,4,,4,5 then how a rank transformation can rank these values
I am hvaing SOURCE as 1000,null,null,null null,2000,null,null null,null,3000,null null,null,null,4000 Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out
Do you find any difficulty while working with flat files as source and target?
What are the diffrences between joiner transformation and source qualifier transformation?