SQLDelimiter

This extension will convert multiple values to selected delimiter format.

SQLDelimiter क्या है?

SQLDelimiter FreeBird द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will convert multiple values to selected delimiter format."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SQLDelimiter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tool to convert a list of rows into a semi colon delimited string.
allows users to copy a list of rows from any application (excel for example), convert it to selected format delimited string, Converted values will be copied to clipboard for easy use.

This extension can be used to convert the any row value to comma/semi-colon/pipe/tilde/colon delimited values for using in Business Intelligence Tools, help users to quickly convert the values from spreadsheets into a specific format and pasted into any BI Tool filter option.

This extension also helps SQL developers to prepare a delimited value from multiple rows. SQL developers often needs to convert the values from excel to csv to use it in SQL IN statement. This extension will help to prepare that csv value. It has option to prepare it with single quote for string value and double quote for dynamic queries

Various Options - Rows to CSV, Rows to Semi-colon delimited, Rows to Pipe delimited, Rows to colon delimited, Excel to comma separated, Excel to CSV, Dynamic SQL query, Semi-Colon List Delimiter, Rows to Single quoted comma separated, Space delimited to csv, Tab delimited to CSV, Excel to comma separated values

Latest Release and Feature
V1.2 - Converted values will be copied to clipboard.                    

एक्सटेंशन की मूल जानकारी

नाम SQLDelimiter SQLDelimiter
ID ngobnmgdnggmcafeblbealjjnpakoghd
आधिकारिक URL https://chromewebstore.google.com/detail/sqldelimiter/ngobnmgdnggmcafeblbealjjnpakoghd
विवरण This extension will convert multiple values to selected delimiter format.
फ़ाइल का आकार 20.11 KB
स्थापना संख्या 1,279
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-08-02
प्रकाशन तिथि 2019-08-11
रेटिंग 4.88/5 कुल 16 रेटिंग्स
डेवलपर FreeBird
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SQLDelimiter",
    "description": "This extension will convert multiple values to selected delimiter format.",
    "version": "1.2",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}