-
Notifications
You must be signed in to change notification settings - Fork 5
CsvToTableIns
Michael Butscher edited this page Jan 23, 2021
·
1 revision
A simple plugin to insert delimited data files as a table.
Save the attached [/attachment/wiki/CsvToTableIns/CsvTableIns.py 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 <tab> character behind the ='''''
Hit preview and see your cvs rendered as a table.