Skip to content
Michael Butscher edited this page Jan 23, 2021 · 1 revision

!CsvTableIns

Description

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.

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 <tab> character behind the ='''''

Hit preview and see your cvs rendered as a table.

Clone this wiki locally