You are here:  » Campmor Feed

Support Forum



Campmor Feed

Submitted by bjbtexas on Mon, 2010-03-01 22:03 in

The feed registers correctly, but won't import. No error, it loads for a while then goes to "Backfilling Reviews... Done. Back to admin homepage" without loading anything. I checked to see if there are blank mandatory fields. It doesn't appear that there is any fields blank. The feed is here: {link saved}

Thanks,

Submitted by support on Tue, 2010-03-02 10:00

Hi,

I've just been able to register and import the feed OK, using the auto-detected Format String and the following fields:

Product Name: ProductName
Description: LongDesc
Image URL: ImageURL
Buy URL: BuyURL
Price: Price

If it's still not working on your site; could you email me a link to the installation and any password required for /admin/ and I'll check it out straight away for you..

Cheers,
David.

Submitted by bjbtexas on Tue, 2010-03-02 15:13

That worked. Is there a way to strip the extra info in the .txt using cron job script?

Thanks,

Bobby

Submitted by support on Tue, 2010-03-02 15:27

Hi Bobby,

If it's always a fixed number of lines you can strip it using an additional parameter in the Format String when you first register the feed.

As it stands, the Format String for the Campmoor feed was csv|9|1|0 (tab separated, header row, unquoted). However you can add a forth parameter that contains the number of lines at the top of the feed to skip before parsing begins; so if there are always 4 lines of pre-amble, you could change the auto-detected Format String to csv|9|1|0|4 and that should do the trick!

Hope this helps!

Cheers,
David.