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 10294source 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 8986source 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 9063Post New Polaris Interview Questions
When a session storage data gets deleted?
What is the use of box-shadow in css?
How do you maintain data in excel?
How big is the datatype int in .net?
Can we add new records to the already displayed ALV list.
What is the result of a query?
Is there a diode made that works with AC 120 volt 20 amp? If so can it completely stop all current flow in 1 direction at all times?
What is the transaction code to access the payroll control record? : hr- payroll
How does ifna work in excel?
Tell me what is a hub in selenium grid?
What are the three main components of unix architecture?
In which directory laravel configartion files are kept.
How the security of a block is maintained?
What is h:datatable tag in jsf (javaserver faces)?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric