PDA

View Full Version : Import XML instead of CSV


Steve
11-14-2009, 09:24 PM
Just throwing out a suggestion. I've got a xml file that gets updated daily and would love to be able to import it directly instead of screwing around with parsing it into a csv file.

tellman69
11-15-2009, 04:09 AM
Just throwing out a suggestion. I've got a xml file that gets updated daily and would love to be able to import it directly instead of screwing around with parsing it into a csv file.

Are you talking about an RSS feed right? If so then you can definitely do that, go to too Tools>>Import>>RSS and choose Upload your file and import.

I've done it several times and it works well.

Steve
11-19-2009, 11:19 PM
Wondering how you script that in a cron job?

tellman69
11-23-2009, 09:13 PM
Wondering how you script that in a cron job?

I'm using a program that sets the posting times between 2 values that I give it. It doesn't use a cron job script that I'm aware of, it just uses WP to post them at set intervals.

Don't know how it works, just that it does! :)