I have a file with data comming as
1,x1,x2,x3
2,a1,a2
3,b1,b2,b3,b4
1,y1,y2,y3
2,c1,c2,c3
3,d1,d2
my out put should be as follows
x1,x2,x3,a1,a2,<null>,b1,b2,b3,b4
y1,y2,y3,c1,c2,c3,d1,d2,<null>
Please let me know how can we acheive this in informatica
Thanks in advance
Answer Posted / bebo
use comma delimiter..infa will identify the null values
while importing the flat file
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What do think which one is the better joiner or look up?
What is data caches/ index caches?
What does reusable transformation mean?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
What are the main issues while working with flat files as source and as targets ?
How many dimensions are there in informatica?
Scheduling properties,whats the default (sequential)
What is rank transformation?
What is the command used to run a batch?
How to load last n records of file into target table - informatica
Explain incremental aggregation in informatica
How can informatica be used for an organization?
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
what are factless facts? And in which scenario will you use such kinds of fact tables.