Not able to load multiple tables, getting error:
Exception in component tMysqlInput_1 (MYSQL_DynamicLoading) java.sql.SQLException: Bad format for Timestamp 'GUINESS' in column 3
One table works fine. Basically after first iteration the second table trying to use the schema of the first table. Please help, how to edit the component to make it correct. Trying to load actor & country table from sakila DB mysql to a another DB on the same server. Above image is for successful one table dynamic loading.