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 앱
기본 메뉴