CSVGrab is a variation of one of my other plugins FeedGrab, and allows you to import data from a CSV file into a weblog.
Usage is similar to FeedGrab, the template:
{exp:csvgrab url="http://www.url.co.uk/products.csv"
weblog="5"
title="1"
skip="6"
delimiter="TAB"
encloser=""
use="2|3"
fields="prod_description|prod_keywords" }
imports a tab delimited CSV file into the weblog with id of 5, skipping the first 6 lines.
It uses column 1 as the title field, and columns 2 and 3 as the custom fields prod_description and prod_keywords.
delimiter is the character that separates the columns, encloser is the character that wraps the column.
eg, “Title”,“Description”,“Keywords” has a comma delimiter and a quote encloser.
The plugin was developed for a particular client’s requirements - let me know if there are any future development requests.
Edit: Please see the CSVGrab page to download current version
Edit:
I’ve created a support forum on my own site:
http://brandnewbox.co.uk/forums
Can I recommend further problems are raised there. I am more likely to see them and each can have there own thread.
