Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


I have 4 columns in a table say, name ,address, salary and
city. So based on distinct city names, i need to combine
the other data and send it to a flat file. Distinct city
names can be 4 or 5 or 6. So it has to dynamically generate
flat files(4 or 5 or 6) corresponding to the city names.

Answers were Sorted based on User's Feedback



I have 4 columns in a table say, name ,address, salary and city. So based on distinct city names, ..

Answer / ankit kansal

steps:-
1)Bring source and target into a mapping
*remember to check the target file name option in target analyzer window for that target.
2)sort your data on the basis of city.
3)In expression transformation
o_flag-----o---IIF(prev_city=city,0,1)
prev_city--v---city
o_file_name--o--city
*remember the order must be same
4)Take Transaction Control
IIF(o_flag=1,TC_COMMIT_BEFORE,TC_CONTINUE_TRANSACTION)


i hope it helped you.

http://deepinopensource.blogspot.in/

Is This Answer Correct ?    2 Yes 0 No

I have 4 columns in a table say, name ,address, salary and city. So based on distinct city names, ..

Answer / hari

transaction control transformation will do this logic
dymanically.
using shell programming we can split those files using post
command task

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

my source is junk data how will u remove that junk data by using unix please any one replay me

0 Answers   Cap Gemini,


how the server recognises , if the session fails after loading the 100 records in to the target

2 Answers   TCS,


In which scenario did you used pushdown optimization?

1 Answers  


i have a source which relational.I am trying to populate to target flat file with one column for daily date which is sysdate. I want to populate the sysdate coulmn with DD/MM/YYYY format. kindly provide a solution for this..my clear that my target is flat file.

3 Answers  


Hi, I am unable to connect ports from two Active trasformations to another active transformation ? Why is it so? Why it is designed like that? Some rules has been designed like this that is We can't connect passive and another passive to active.Can any one please letme know all these rules. Ex:- I am trying to connect filter1 and filter2 to another filter. Please answer me Advance Thanks

1 Answers   IBM,


What is fact table? Explain the different kinds of facts.

0 Answers  


What is the difference between warehouse key and surrogate key?

1 Answers   Accenture,


What does refresh system mean, and what are its distinctive choice?

0 Answers  


,if we have single SQ in flow and we have router in which it has two group and we want to join these two groups with joiner ?is it possible?

3 Answers   Emphasis,


In a concurrent batch if a session fails, can you start again from that session

1 Answers  


what is casual dimension?

6 Answers   IBM,


What is InformaticaPowerCenter?

0 Answers   Informatica,


Categories