Support Questions

Find answers, ask questions, and share your expertise

PutDatabaseRecord inserting duplicate rows when inserting a csv file into mysql. Can I please get some help on this?

New Contributor

There are just three rows in my csv file that I want to insert into mysql table, but PutDatabaseRecord is inserting the same rows repeatedly. Also i get java.lang.NumberFormatException when I try to put schema other than string in my avroschemregitsrycontrollerservice.

Any help would be appreciated.

107375-1553596365017.png

1 REPLY 1

New Contributor

I had the same problem as you, then I found out that I was redirecting the Success results back into the PutDatabaseRecord instead of Failure and Retry. If that is not the issue, then please publish a screenshot of how your flow is set up.