Hi,
I have this project that automates the feed to gsa box using the metadata-and-url type feed, the strategy is they will be sending an incremental feed by schedule and need to be refresh with a full feed on midnight.
My first question is would be is sending the full feed will update all the previous incremental feed? Is there a way to delete the incremental feed and then just load the full feed to gsa?
Normally what I do to delete a datasource on GSA is using a the web form and passing a blank "full" feed xml like below:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE gsafeed PUBLIC "-//Google//DTD GSA Feeds//EN" ""><gsafeed>
<header>
<datasource>PXBGSAFEED</datasource>
<feedtype>full</feedtype>
</header>
<group>
</group>
</gsafeed>
But I have to go the gsa and manually click delete and then destroy, is there any way to do this programatically?