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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data truncation: Data too long for column

Greetings,
I've try this simple jobs (in the pics), and i have this error:
Data truncation: Data too long for column 'nom' at row 1
0683p000009MB9B.png 0683p000009MB9G.png 0683p000009MB84.png
Best regards,
G47
Labels (2)
4 Replies
Anonymous
Not applicable
Author

When i put the precision to 100, i don't have error however the table still empty.


0683p000009MB6n.png
Anonymous
Not applicable
Author

Hi,
What is the datatype of column and present setting in tMap output and source?
Vaibhav
Anonymous
Not applicable
Author

hi G47,
first about "data too long" , as error said, you try to insert data in your table.
(Again) it's not a good thing to increase  length indefinitely ... you have to profile data sources to understand them 0683p000009MA9p.png
Never mind, in your case, as you are using a shared connection (tmysqlconnection) , you create transaction .. so you have to manage commit & rollback (or check commit automaticaly in advanced parameters)
be aware that if you use a 'extended insertion', and having some data truncation, you lost not only line containing too long data , but the entire 'block'. 
hope it helps
regards
laurent
Anonymous
Not applicable
Author

Thank you it helps me a lot