Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

rows not generated during create table if does not exist

My job is tMysqlconnection-->tFileExcelInput-->tMap-->tMysqloutput.
I have given "auto-commit" in tMysqlconnection and connected to input and mapped properly in tMap and in tMysqloutput i have give use existing connection and directory correctly.In MySql only the table is generated but not rows.Could please help me in solving this issue.It is throwing "Data truncation: Data too long for column at row 1" this error.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

This will be due to either their being no value in the length column of a column in your schema OR the fact that your data is too big to fit given the length settings.