Hello -
I have an issue with Dynamic Input Tool and was wondering if someone can help me.
I'm querying data from a large Oracle DB with company application details (apps have codes i.e AA123, AA234 etc.)
I have a list in XLSX of app codes for which I need to fetch the data from Oracle DB. XLSX file changes on a daily basis and currently it contains around 700 app codes.
I would like to use that XLSX file as Input Data Source Template in Dynamic Input tool and then use column with App Codes to replace single App code in my SQL query i.e.
SQL Update Where clause OR Replace a Specific String (I tried both)
SQL Clause to Update
DBTABLE.COMPONENTCODE = "AA123'
Value type: String
Text to replace 'AA123'
Replacement field: "App codes' <--this is a column from XLSX file
It does not seem to work with XLSX file. It worked when I copied it to Text Input though.
Can someone please help me to understand how I can make this work with the file instead of Text input? Should I change XLSX format to something else? CSV does not work either.
Thanks
Magda