Identifying Images that need updating
Removed my original question.
What can I expect to remain constant on a media record in order to match records with media that I have pulled previously?
Removed my original question.
What can I expect to remain constant on a media record in order to match records with media that I have pulled previously?
I would suggest you:
Check the L_Last_Photo_updt to pull any later than your last pull.
Pull all image URLs for that listing as a set.
Store the image URLs you pull to compare against the new URLs.
Then only pull the binary images for ones where the URLs don't match or aren't in your original set.
Perfect! thanks so much!
To enter a block of code:
Comments