What is meta programming ? Can you generate xfr dynamically? How to use in abinitio graph?
Answer / saggy
by using Meta programming function you can add, remove fields dynamically. you can able to create xfr, transform function, add rules to transformation.
You can use functions like make_transform, make_rule, add_args, etc to generate xfr dynamically.
you can use this xfr which generate xfr in reformat component and having dml reference which is also generated at run time.
| Is This Answer Correct ? | 8 Yes | 0 No |
Describe what the SQL Server tempdb and tlog files are used for?
What parallelisms does Abinitio support?
What is abinitio?
i have input like this TABA 1 TABA 2 TABA 3 TABA 4 TABB 7 TABB 8 TABC 1 TABC 2 TABC 5 OUT PUT NAME COL1 COL2 COL3 COL4 TABA 1 2 3 4 TABB 7 8 TABC 1 2 5
How to compare two dmls in abinitio
difference betwween check point and phase?
Do we really work with ACTUALDATA in development phase.
wt is meant by repartioning in howmany ways it can be done.
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.
After completion of graph what is the next process to perform? who will perform the later process?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.