<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>m-take&apos;s mt plugin directory</title>
    <link rel="alternate" type="text/html" href="http://www.mtpro.biz/" />
    <link rel="self" type="application/atom+xml" href="http://www.mtpro.biz/atom.xml" />
   <id>tag:www.mtpro.biz,2008://12</id>
    <link rel="service.post" type="application/atom+xml" href="http://agmn.s3.coreserver.jp/x/mt/mt-atom.cgi/weblog/blog_id=12" title="m-take's mt plugin directory" />
    <updated>2008-03-16T02:27:34Z</updated>
    <subtitle>m-take&apos;s mt plugin directory</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type  3.21-ja</generator>
 
<entry>
    <title>CSV plugin</title>
    <link rel="alternate" type="text/html" href="http://www.mtpro.biz/plugin/plugin_csv.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://agmn.s3.coreserver.jp/x/mt/mt-atom.cgi/weblog/blog_id=12/entry_id=652" title="CSV plugin" />
    <id>tag:www.mtpro.biz,2008://12.652</id>
    
    <published>2008-03-16T01:48:03Z</published>
    <updated>2008-03-16T02:27:34Z</updated>
    
    <summary>&apos;csv.pl&apos; is the plugin for Movable Type ...</summary>
    <author>
        <name>ewrnli</name>
        
    </author>
            <category term="plugin" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.mtpro.biz/">
        <![CDATA[<p>'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.</p>
<p>Especially using Movable Type 3.X, you would think that there are not enough fields.</p>
<p>You can subtantially extend the number of the fileds.</p>
<p>'csv.pl' uses already existing fileds so that you can easily backup and restore.</p>
<br>
<h3>Usage</h3>
<p>Download file<br><a href="/plugin/csv.zip">Download 'csv.pl' now</a></p>
<p>Extract and locate the 'csv.pl' to the plugin directory</p>
<p>Enter the csv-formated-data to any fileds you want.<br>For example, input "aaa,bbb,ccc,ddd" in the body field of the entry data.</p>
<p>Use globalfilter 'csv' to extract the csv data.<br>
For example, when you input "aaa,bbb,ccc,ddd" in the body field of the entry data, you can extract the data as follows:</p>

<table border="frame">
<tr><th>Tag</th><th>Output</th></tr>
<tr><td>&lt;EntryBody csv=&quot;0&quot;&gt;</td><td>aaa</td></tr>
<tr><td>&lt;EntryBody csv=&quot;1&quot;&gt;</td><td>bbb</td></tr>
<tr><td>&lt;EntryBody csv=&quot;2&quot;&gt;</td><td>ccc</td></tr>
<tr><td>&lt;EntryBody csv=&quot;3&quot;&gt;</td><td>ddd</td></tr>
</table>]]>
        
    </content>
</entry>

</feed> 

