hansva commented on issue #3166:
URL: https://github.com/apache/hop/issues/3166#issuecomment-1698722626

   Hi @Givo29 ,
   
   What you can try to do but it will make your pipeline a bit slower, is set 
the commit size on the table output to 1.
   And attach error handling to the table output and write this data to a file. 
Then you will know the exact line(s) that are causing the issue.
   
   and then you might be able to generate insert into statements based on that 
data (or a dump). If the issue is only present when starting from a mysql table.
   
   
   Hope this helps,
   Hans


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to