I have a few records all are same structures data, I want to store data in multiple targets how
2585I have a few records all are same structures data, I want to store data in multiple targets how?
4 8677following scenario i have 1000 record flatfile source i want ist row to ist target 2nd eow to 2nd target 3rd row to 3rd target how will u do?
7 10299source is a flat file empname, empno, sal ram, 101, 1,000 sam, 102, 2,000 ques: my target needs the data to be loaded as sal -1000 and 2000 excluding commas target empname, empno, sal ram, 101, 1000 sam, 102, 2000 how to implement this?
5 8987source file name xyz a,0,a,a,a b,b,b,0,b c,c,c,0,c target should be like this xyz a b c how to implement this?
4 7064100 records in source and i have 3 targets, my requirement is first record insert into 1st target,2 record into 2nd target,3 record into 3rd target and again 4th record into 1st target like dat..how to implement dis?
3 11382my source like dis 10,asd,2000 10,asd,2000 10,asd,2000 20,dsf,3000 20,dsf,3000 20,dsf,3000 like dis and my requirement is first record is inserted into first target and duplicates of first record is inserted into second target ...like dis way ...? how to achieve dis?
4 9064Post New Polaris Interview Questions
What are the main functions of ms excel?
Explain about Technological advancements in apparel industry.
Explain the difference between txdatasource and datasource?
How can you create an empty plugin which have basic options like activate, deactivate etc.?
Is rpc secure?
how will you restrict user logon timing in domain? : Windows server 2003
What do you understand by virtual dom? Explain its working.
Where is the start button on windows 10?
Can you override a final method?
What is a named route?
What is the difference between kill and kill in linux?
How do I consolidate duplicate rows in excel?
HI friends.I am Surya a BTech in Electronics and Instrumentation Engineering.I am going to appear Relince Industries Ltd all India writen test very soon. so plz help me by sendind the probable questions about my subject.My mail ID is surya.barik@gmail.com.
How to create primary/foreign key relationships in mongodb?
Briefly explain various access specifiers in C++.