Convert Periscope-formatted hyperlinks to Google Sheets format.
बनाने वाली कंपनी:
इनके साथ काम करता है:
कोई समीक्षा नहीं है
216
अवलोकन
A Google Sheets Addon to convert Periscope-formatted hyperlinks to Google Sheets format.

https://vergenzt.github.io/gsheets-periscope-link-converter

## Usage:

1. Click Addons > Periscope Link Converter > Convert links in ...
2. See confirmation.
3. Voilà! Links you can click.

## Periscope docs

https://doc.periscopedata.com/article/tables#Hyperlinks

> ### Hyperlinks
>
> Tables will automatically convert a valid URL string starting with https:// or https:// into a clickable link. A URL can also be labeled to display a clickable name by utilizing the following syntax:
>
> ```
> select '[Hyperlink Name](https://www.google.com)'
> ```
> 
> This query will result in the table shown below:
> 
> ![Periscope - individual hyperlink](https://web.archive.org/web/20191114213951im_/https://assets.website-files.com/58fe8f93dc9e750ca84ebb16/599f359c2a72ab0001f6fc8f_tables7.png)
> 
> This syntax can also utilize data from individual columns to make the hyperlinked name dynamic. The following query uses "First_Name", "Last_Name", and "Twitter_Account_URL" columns to build out the link:
> 
> Redshift/Postgres:
> 
> ```
> select '[' || First_Name || ' ' || Last_Name || '](' || Twitter_Account_URL || ')' as Customer
> ```
> 
> MySQL/SQLServer/BigQuery/Oracle:
> 
> ```
> select CONCAT('[', First_Name, ' ', Last_Name , '](', Twitter_Account_URL, ')') as Customer
> ```
> 
> The result is shown below, and clicking each link will open up that user's twitter page:
> 
> ![Periscope - column of hyperlinks](https://web.archive.org/web/20191114213951im_/https://assets.website-files.com/58fe8f93dc9e750ca84ebb16/599f35abec00ea00014fbc99_tables8.png)
अतिरिक्त जानकारी
कीमतउपलब्‍ध नहीं
डेवलपर
डेवलपर के व्यापारी होने या न होने की जानकारी नहीं है
सहायताउपलब्‍ध नहीं
सेवा की शर्तें
Periscope Link Converter नीचे दी गई अनुमतियों के ऐक्सेस का अनुरोध करेगा. ज़्यादा जानें
Periscope Link Converter को आपके Google खाते के ऐक्सेस की ज़रूरत होगी
इससे Periscope Link Converter के दायरे में ये अनुमतियां भी शामिल हो जाएंगी :
आपकी सभी Google Sheets स्प्रेडशीट देखना, उनमें बदलाव करना, नई स्प्रेडशीट बनाना, और उन्हें मिटाना
आपके Google खाते का मुख्य ईमेल पता देखना
सोशल मीडिया पर दी गई किसी भी जानकारी के साथ, अपनी निजी जानकारी देखें
समीक्षाएं
भाषा:
इस क्रम में लगाएं:
Google, समीक्षाओं या रेटिंग की पुष्टि नहीं करता. समीक्षाओं के बारे में ज़्यादा जानें
कोई टिप्पणियां नहीं
खोजें
खोज हटाएं
खोज बंद करें
Google ऐप
मुख्य मेन्यू