Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a table in oracle database 11g and I want to control the values using an excel reference document as input file.
The excel file contains the fields, the operation to execute for each field and the result.
For example, the field NUM in oracle database should exist in the table, for that, I have an excel file input that has as a first column the field in the database, the operation to execute (here it is EXIST) as a second column and the result to expect as column 3... and so on.
For each field I describe the control operations in the excel and I want to create a job that read the table and the excel file.
Does anyone have an idea how to do it ?
Thanks in advance!
Hi,
You are talking about dynamic ingestion of data to Oracle database. One of my colleagues has written an interesting article on this subject. Could you please check it out? You may have to make slight modifications based on your needs. But the idea remains same as in the article.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Thanks for your response. In fact, I know how to load data into a file. But my problem is that I have routines in my project.
For example the routine that takes a string and return if it is null or not. I want to apply this routine to a specific field of the table in oracle database.
But the problem is that for each field I have a specific routine to apply.
I have in an excel file the name of the field and the routine to apply. So I want to map the field to its associate routine in Talend based on the excel file...
Hi,
You can do it programmatic manner using tjavarow. If your schema is confirmed, then you can preconfigure the routines within tjavarow and then do the verification. You can also check the capabilities of Talend's new product called Pipeline Designer which is much flexible in nature.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂