![]() |
![]()
| ![]() |
![]()
Plagger::Plugin::Publish::CSV - Publish feeds as CSV SYNOPSIS- module: Publish::CSV config: dir: /var/web/csv encoding: euc-jp filename: my_%t.csv mode: append column: - title - permalink CONFIGdirDirectory to save csv files in. filenameFilename to be used to create csv files. It defaults to "%i.csv". It supports the following format like printf():
modeSpecify 'append' if you want to append entries to an existing file rather than creating a new file. columnChose the columns of entry which you want to write to the csv. It defaults to title and permalink. AUTHORNaoya Ito <naoya@bloghackers.net> SEE ALSOPlagger, Text::CSV_PP
|