Hi,
I am very new to Alteryx therefore please accept my apologies if this has already been answered, I have not however been able to find anything on this excellent community that gives me the answer or guidance I need.
My question is this:
How can I cycle through a list of table names from a list (say in Excel) which represent the table names within a source database, and subsequently create a corresponding table in a different, target database? I have over 100 tables within the list and is therefore far too cumbersome to create individual inputs for each table.
e.g. I have a list of table names which I need to pull through to a target database (held in excel) - example file attached.
Table1
Table2
Table3
I need to create a corresponding table, with a prefix and suffix attached to each table name ("SRC_" and "_EBS") respectively, within a different target database.
e.g.
Target Database Corresponding Table Names
SRC_Table1_EBS
SRC_Table2_EBS
SRC_Table3_EBS
Many thanks in advance for any answers and guidance.
Steve