I am using Talend Studio with objects tFileInputDelimited row1(Main) to tOracleOutput what I want is to transfer the data in xml file to Oracle table. I want to transfer the values of the last two columns (product_label and email_order) of my excel file to the product table which has this column structure (PRODUCT_ID,PRODUCT_CODE,PRODUCT_LABEL,EMAIL_COMAND ORDER_ID). Also, I want to process this condition if a row in my excel file contains an empty product code column then is not insert the column values product_label and email_command.
what is the proper settings in tFileInputDelimited , or do I need to use other tools?