1.4.1 • Published 3 years ago

cjt v1.4.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

cjt

Build Status

A library to convert CSV text to Jira's table notation

Usage

const cjt = require('cjt')
csv = `
  heading 1,heading 2,heading 3
  col A1,col A2,col A3
  col B1,col B2,col B3
`
console.log(cjt.convert(csv))

Output:

||heading 1||heading 2||heading 3||
|col A1|col A2|col A3|
|col B1|col B2|col B3|

Installation

npm install --save-dev cjt

Reference

Related App

1.4.1

3 years ago

1.4.0

4 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago