GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plagger::Plugin::Publish::CSV(3) User Contributed Perl Documentation Plagger::Plugin::Publish::CSV(3)

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>

Plagger, Text::CSV_PP
2006-12-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.