Plagger::Plugin::Publish::CSV - Publish feeds as CSV
- module: Publish::CSV
config:
dir: /var/web/csv
encoding: euc-jp
filename: my_%t.csv
mode: append
column:
- title
- permalink
Directory to save csv files in.
Filename to be used to create csv files. It defaults to
"%i.csv". It supports the following format
like printf():
- %u url
- %l link
- %t title
- %i id
Specify 'append' if you want to append entries to an existing file rather than
creating a new file.
Chose the columns of entry which you want to write to the csv. It defaults to
title and permalink.
Naoya Ito <naoya@bloghackers.net>