What is the use of Row generator stage?
Answers were Sorted based on User's Feedback
Answer / dhana
The Row Generator stage is a Development/Debug stage. It has no input links, and a single output link.
The Row Generator stage produces a set of mock data fitting the specified meta data. This is useful where you want to test your job but have no real data available to process.
By default it generates values for the metadata we specified and we can also specify the data to be generated for the metadata we are using.
| Is This Answer Correct ? | 4 Yes | 1 No |
describe the Steps to confiure a Qlogic switch
1)How to do error handling in datastage? 2)Did sequential stage accepts .xl files ,xml? znd how?
i have flat file and using unix how can i generate sequence number into targer?
Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and what stages are there?What logic?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
What is merge stage?
How to Convert the columns into rows?
What is data partitioning?
i have a some records eno ename acono amount 1001 suresh sbi101 12000 1001 suresh sbi101 14000 1001 is dublicata how can i remove duplicate?
What is the difference between account and directory options ?
if the source file is CID,CCODE,CONNDATE,CREATEDBY 0000000224,1000,20060601,CURA 0000000224,2000,20050517,AFGA 0000000224,3000,20080601,TUNE 0000000225,1000,20020601,CURA 0000000225,2000,20050617,AFGA 0000000225,3000,20080601,TONE AND TARGET is oracle following are the validations cid loaded with unique records leading zeors has to be deleted while loading cid in target load only customer who got early connected to company conn_date should be loaded into oracle date format cid datatype is varchar2 in target conn_date is data datatype ccode is varchar2 0000000224,1000,20060601,CURA 0000000224,1000,20060601,CURA
What are the job parameters?