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 表格中创建电子表格,以及查看、修改和删除您在 Google 表格中的所有电子表格
查看您的 Google 账号的主电子邮件地址
查看您的个人信息,包括您已公开的任何个人信息
评价
语言:
排序依据:
Google 不会核实评价或评分。 详细了解评价
没有评论
搜索
清除搜索内容
关闭搜索框
Google 应用
主菜单