m-take's mt plugin directory home

CSV plugin

'csv.pl' is the plugin for Movable Type which enable us to use csv format in each fields of Movable Type, offering the ability to substantially create text fields.

Especially using Movable Type 3.X, you would think that there are not enough fields.

You can subtantially extend the number of the fileds.

'csv.pl' uses already existing fileds so that you can easily backup and restore.


Usage

Download file
Download 'csv.pl' now

Extract and locate the 'csv.pl' to the plugin directory

Enter the csv-formated-data to any fileds you want.
For example, input "aaa,bbb,ccc,ddd" in the body field of the entry data.

Use globalfilter 'csv' to extract the csv data.
For example, when you input "aaa,bbb,ccc,ddd" in the body field of the entry data, you can extract the data as follows:

TagOutput
<EntryBody csv="0">aaa
<EntryBody csv="1">bbb
<EntryBody csv="2">ccc
<EntryBody csv="3">ddd