A GitBucket plugin for rendering csv and tsv file.
- Download *.jar from Releases.
- Deploy it to
GITBUCKET_HOME/plugins
. - Restart GitBucket.
sbt clean package
The built package is located at
target/scala-2.13/gitbucket-csvtsv-plugin_2.13-{plugin-version}.jar
.
sbt assembly
This makes the assembly package
target/scala-2.13/gitbucket-csvtsv-plugin-{plugin-version}.jar
for deployment.
Delimiter : ,
, \t
.
Quote : with quote "
, without quote, mix.
-
input
"a",b,"c","de,f",ge"h 1, 2, 3, 4, 5
-
output
a b c de,f ge"h 1 2 3 4 5
Large (> about 512kb) files will not be rendered for browser performance.
Plugin version | GitBucket version |
---|---|
1.0.x | 4.32.x - |