https://github.com/announce/cjt-crx
Chrome extension to convert CSV format to Jira table notation
https://github.com/announce/cjt-crx
chrome-extension csv jira
Last synced: about 2 months ago
JSON representation
Chrome extension to convert CSV format to Jira table notation
- Host: GitHub
- URL: https://github.com/announce/cjt-crx
- Owner: announce
- License: mit
- Created: 2018-06-09T03:17:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T06:59:46.000Z (about 6 years ago)
- Last Synced: 2025-10-11T11:44:03.420Z (9 months ago)
- Topics: chrome-extension, csv, jira
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/cjt/pagmnllnggjajagmlelanjlbompjelmd
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cjt-crx
[](https://travis-ci.org/announce/cjt-crx)
[](https://chrome.google.com/webstore/detail/pagmnllnggjajagmlelanjlbompjelmd/)
A Chrome extension to get Jira table notation in clipboard from selected CSV text.

## Installation
* [**cjt** \- Chrome Web Store](https://chrome.google.com/webstore/detail/pagmnllnggjajagmlelanjlbompjelmd/publish-accepted)
Get **cjt** installed and try the CSV data below:
```csv
heading 1,heading 2,heading 3
col A1,col A2,col A3
col B1,col B2,col B3
```
## Development
```bash
npm start
```
* [Developer Dashboard \- Chrome Web Store](https://chrome.google.com/webstore/developer/dashboard?hl=en-US&gl=JP)
* [Comma\-separated values \- Wikipedia](https://en.wikipedia.org/wiki/Comma-separated_values#Example)
* [cjt \- npm](https://www.npmjs.com/package/cjt)
* [`IANACHARSET`](https://www.iana.org/assignments/character-sets/character-sets.xhtml)
* [character-sets spreadsheet](https://docs.google.com/spreadsheets/d/16yhgi0mTRcB62waNoMNewsHwl0msZjX1_ZIGODCz-K8/edit?usp=sharing)