Im new to this so I am trying to do a simple job> trying to export the whole database in 1 excel file where the Sheetname = TableName
So I tried to use Get Table Names but it only brings 47 tables.. I have 164 in total.
I am using Table Input .... generating table names via "SHOW TABLES" SQL statement.
That gives me the list, then I normalize it and Sort Rows then Get Rows from result
All good
Now I am trying to use My Bulk Loader
I want to load all tables... So how do I reference Target Table as row values from my SQL statement?
Im thinking ${internal.step.name} but I have no idea how to use this variable? Do I put in the step name after it?
Then on my Excel export, how do I reference the same way the results by sheetname/tablename and get data accordingly?
So I tried to use Get Table Names but it only brings 47 tables.. I have 164 in total.
I am using Table Input .... generating table names via "SHOW TABLES" SQL statement.
That gives me the list, then I normalize it and Sort Rows then Get Rows from result
All good
Now I am trying to use My Bulk Loader
I want to load all tables... So how do I reference Target Table as row values from my SQL statement?
Im thinking ${internal.step.name} but I have no idea how to use this variable? Do I put in the step name after it?
Then on my Excel export, how do I reference the same way the results by sheetname/tablename and get data accordingly?