Skip to content
Christian Ziemski edited this page Mar 7, 2016 · 10 revisions

CsvTableIns

Description

A simple plugin to insert delimited data files as a table.

Save the attached CsvTableIns.py file to your WikidPad/user_extensions folder.

Usage

put this tag in your page for comma separated files

[:csvtotable:'C:\path\to\file.csv']

put this tag in your page for semicolon separated files

[:csvtotable:'C:\path\to\file.csv';'delim=;']

for tab delimited files:

[:csvtotable:'C:\path\to\file.txt';'delim= ']

_Note: there is a literal character behind the =_

Hit preview and see your cvs rendered as a table.


Attachments

Source: http://trac.wikidpad2.webfactional.com/wiki/CsvToTableIns

Clone this wiki locally