I have one query regarding inserting record in database using file endpoint.
I want to insert json type record in db. I create json file and all those file data i inserted into database. My query is i can insert all those data in database successfully but that is continuously inserted data and error occurred Duplicate entry '1' for key 'PRIMARY'
How can i solve this error?I don't want to insert data recursively.How can i do this only once?
I used following flow
**File->Json to Object->Splitter->Database**
please help me