forked from butscher/WikidPad
-
Notifications
You must be signed in to change notification settings - Fork 0
CsvToTableIns
Christian Ziemski edited this page Mar 7, 2016
·
10 revisions
A simple plugin to insert delimited data files as a table.
Save the attached CsvTableIns.py file to your WikidPad/user_extensions folder.
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
- CsvTableIns.py (4347 bytes)
Source: http://trac.wikidpad2.webfactional.com/wiki/CsvToTableIns