CSV Converter
Converts from Headed CSV to YAML or to other delimited formats
What is CSV Converter?
CSV Converter is a Chrome extension developed by codehooksrepo, and its main feature is "Converts from Headed CSV to YAML or to other delimited formats".
Extension Screenshots
Download CSV Converter Extension CRX File
Download CSV Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Converts from headed CSV format into a YAML list of dictionaries. Or from one separator (eg tab) to another (eg comma). This is useful for pasting data from spreadsheets to Ansible extraVars
Extension Basic Information
Name | CSV Converter |
ID | bkcbikdhmjhempddeffocedjfgpjjomc |
Official URL | https://chromewebstore.google.com/detail/csv-converter/bkcbikdhmjhempddeffocedjfgpjjomc |
Description | Converts from Headed CSV to YAML or to other delimited formats |
File Size | 9.92 KB |
Installation Count | 131 |
Current Version | 1.0 |
Last Updated | 2019-08-03 |
Publish Date | 2019-08-02 |
Developer | codehooksrepo |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "CSVConv", "name": "CSV Converter", "version": "1.0", "description": "Converts from Headed CSV to YAML or to other delimited formats", "author": "Peter Smallwood", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "manifest_version": 2 } |