Imported records are getting disappeared from the table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 06:38 PM
Hi,
I have loaded some records through Data source using JDBC connection. More than 6000 records got inserted into my custom table. But when I checked the same table after few minutes, the table is empty with no records in it. I did checked for the deleted records. But there is no audit of deleted records from this table. Don't know why the records are getting disappeared.
Workaround I did was I opened the same import set and loaded the records again. But again after few minutes same issue persists.
Can someone help me on this to make the records stay?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 06:51 PM
Hello Harish,
Check in the transform script if there is any script to delete the records loaded in the staging table
Usually there will be onAfter transform map scripts where they would use some logic to clear the records
Please mark this answer as helpful or correct if it addressed your problem.
Regards,
Chalan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 06:56 PM
Hi,
There is no transform scripts that I have created or running on this data source. I did checked the Import set logs and the last updated log it says number of records got inserted(6027).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 06:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 06:56 PM
Hi,
I did checked the Import set logs and the last updated log it says number of records got inserted(6027). There is no log of deleting records.