How to undo the imported data from XML

Pragati4
Tera Contributor

How to undo the imported data from XML

3 REPLIES 3

Tushar Sharma2
Kilo Guru

Hello,

That's not possible. Check the date when you have imported the data and delete those, either manually or through script.

 

Hit Like or Correct on the impact of response.

-Tushar

 

Supriya Sirse1
Giga Expert

Hi Pragati,

 

Please go through below link, this may help you:

How to revert updated record data in a table

 

Undo Import?

 

Regards,

Supriya S.

Kindly Hit  Helpful, Reply,Mark as Correct Answer if you found useful.

 

Nasrullah
Kilo Guru

You can try the following.

Edit the XML file, replace this text

action="INSERT_OR_UPDATE"

with this

action="DELETE"

then run import XML with the modified file