SurveyMonkey 이 페이지에서
SurveyMonkey is an online survey tool used to create online surveys, polls, and quizzes. You can use SurveyMonkey as a data source when landing or replicating data. The SurveyMonkey account must be a paid subscription.
SurveyMonkey integration replicates data using the SurveyMonkey REST API v3 .
See the
Schema section for a list of objects available for replication.
기능 스냅샷 유용한 링크와 지원되는 기능을 포함하여 이 커넥터에 대한 전반적인 내용을 살펴보겠습니다.
특징/기능 지원 세부 정보 지원되는 Qlik Talend Data Integration 프로젝트 복제 프로젝트 에만 해당됩니다. 데이터 파이프라인 프로젝트는 지원되지 않습니다.대상 업데이트 방법
복제 작업:
데이터 레이크 작업에 데이터 랜딩:
메타데이터 관리
수동 메타데이터 생성이 필요하지 않습니다. 스키마 진화
열 데이터 유형 변경 작업만 지원됩니다. LOB 열(NCLOB, CLOB 및 BLOB) 복제 지원되지 않음. 예정된 CDC 필수. 이렇게 하면 소스의 변경 내용이 대상에 최신 상태로 유지됩니다.
복제 작업의 경우 작업 예약 을 참조하십시오.
레이크 랜딩 작업의 경우 레이크 랜딩 작업을 위한 CDC 일정 을 참조하십시오.
알림 부분적으로 지원됨
작업 변경 알림 설정
모니터링 중 CDC에만 해당되며, 이 커넥터의 경우 전체 로드가 적용되지 않습니다.
개별 데이터 작업 모니터링
JSON 열 페이로드의 자동 압축 해제 지원되지 않음. 소스 데이터 집합의 JSON 열 페이로드는 대상에서 자동으로 압축 해제되지 않습니다.
Preparing for authentication To access your data, you need to authenticate the connection with your account credentials.
정보 메모 사용하는 계정에 가져오려는 테이블에 대한 읽기 액세스 권한이 있는지 확인합니다.
To retrieve the access token of an existing app:
Log in to https://developer.surveymonkey.com .
Click My Apps .
Click Settings on the app.
Copy Access Token to Access Token in the connection settings.
For more information about authentication, see Authentication .
Creating the connection 자세한 내용은 SaaS 응용 프로그램에 연결 을 참조하십시오.
필요한 연결 속성을 입력합니다. 연결 이름 에 연결 이름을 입력합니다.
연결이 만들어질 때 연결에 대한 메타데이터를 정의하려면 연결 메타데이터 열기 를 선택합니다.
만들기 를 클릭합니다.
Connection settings Setting Description Data gateway
사용 사례에 필요한 경우 데이터 이동 게이트웨이 를 선택합니다.
정보 메모 이 필드는 데이터 이동 게이트웨이 를 지원하지 않으므로 Qlik Talend Cloud 시작 구독에서는 사용할 수 없습니다. 다른 구독 계층이 있고 데이터 이동 게이트웨이 를 사용하지 않으려면 없음 을 선택합니다.
데이터 이동 게이트웨이 의 이점과 이를 필요로 하는 사용 사례에 대한 자세한 내용은 Qlik 데이터 게이트웨이 - 데이터 이동 를 참조하십시오.
Start Date 데이터를 소스에서 대상으로 복제해야 하는 날짜를 MM/DD/YYYY 형식으로 입력합니다.
Access Token Access token for a private app in SurveyMonkey.
Survey ID Survey ID.
Schema정보 메모 Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
The schema and info displayed below is for version 2.
Depending on your destination, table and column names may not appear as they are outlined below.
responses
This table contains information about your survey responses.
responses table foreign keys Join responses with on simplified_responses responses.id = simplified_responses.id responses.survey_id = simplified_responses.survey_id survey_details responses.survey_id = survey_details.id
responses table schema
analyze_url
STRING
collection_mode
STRING
collector_id
STRING
custom_value
STRING
custom_variables
OBJECT
This is a nested data structure.
date_created
DATE-TIME
date_modified
DATE-TIME
edit_url
STRING
email_address
STRING
first_name
STRING
href
STRING
id
STRING
ip_address
STRING
last_name
STRING
logic_path
OBJECT
This is a nested data structure.
metadata
OBJECT
This is a nested data structure.
page_path
ARRAY
This is a nested data structure.
pages
ARRAY
This is a nested data structure:
id: STRING questions: ARRAY, which is also a nested data structure.
answers: ARRAY, which is also a nested data structure.
choice_id: STRING col_id: STRING image: STRING is_correct: BOOLEAN other_id: STRING row_id: STRING score: INTEGER tag_data: ARRAY, which is also a nested data structure. text: STRING id: STRING variable_id: STRING
quiz_results
OBJECT
This is a nested data structure:
correct: INTEGER incorrect: INTEGER partially_correct: INTEGER score: INTEGER total_questions: INTEGER total_score: INTEGER
recipient_id
STRING
response_status
STRING
survey_id
STRING
total_time
INTEGER
simplified_responses
This table contains a simplified version of information about your survey responses.
simplified_responses table foreign keys Join simplified_responses with on responses simplified_responses.id = responses.id simplified_responses.survey_id = responses.survey_id survey_details simplified_responses.survey_id = survey_details.id
simplified_responses table schema
analyze_url
STRING
collection_mode
STRING
collector_id
STRING
custom_value
STRING
custom_variables
OBJECT
This is a nested data structure.
date_created
DATE-TIME
date_modified
DATE-TIME
edit_url
STRING
email_address
STRING
first_name
STRING
href
STRING
id
STRING
ip_address
STRING
last_name
STRING
logic_path
OBJECT
This is a nested data structure.
metadata
OBJECT
This is a nested data structure.
page_path
ARRAY
This is a nested data structure.
pages
ARRAY
This is a nested data structure:
id: STRING questions: ARRAY, which is also a nested data structure.
answers: ARRAY, which is also a nested data structure.
choice_id: STRING col_id: STRING image: STRING is_correct: BOOLEAN other_id: STRING row_id: STRING score: INTEGER simple_text: STRING tag_data: ARRAY, which is also a nested data structure. text: STRING family: STRING heading: STRING id: STRING subtype: STRING variable_id: STRING
quiz_results
OBJECT
This is a nested data structure:
correct: INTEGER incorrect: INTEGER partially_correct: INTEGER score: INTEGER total_questions: INTEGER total_score: INTEGER
recipient_id
STRING
response_status
STRING
survey_id
STRING
total_time
INTEGER
survey_details
This table contains information about your survey details.
survey_details table foreign keys survey_details table schema
analyze_url
STRING
buttons_text
OBJECT
This is a nested data structure:
done_button: STRING exit_button: STRING next_button: STRING prev_button: STRING
category
STRING
collect_url
STRING
custom_variables
OBJECT
This is a nested data structure.
date_created
DATE-TIME
date_modified
DATE-TIME
edit_url
STRING
folder_id
STRING
footer
BOOLEAN
href
STRING
id
STRING
is_owner
BOOLEAN
language
STRING
nickname
STRING
page_count
INTEGER
pages
ARRAY
This is a nested data structure:
description: STRING href: STRING id: STRING position: INTEGER question_count: INTEGER questions: ARRAY, which is also a nested data structure.
answers: OBJECT, which is also a nested data structure.
choices: ARRAY, which is also a nested data structure.
description: STRING id: STRING image: OBJECT, which is also a nested data structure.
s3_key: STRING url: STRING is_na: BOOLEAN position: INTEGER quiz_options: OBJECT, which is also a nested data structure.
text: STRING visible: BOOLEAN weight: INTEGER cols: ARRAY, which is also a nested data structure. other: OBJECT, which is also a nested data structure. rows: ARRAY, which is also a nested data structure. display_options: OBJECT, which is also a nested data structure.
show_display_number: BOOLEAN family: STRING forced_ranking: BOOLEAN headings: ARRAY, which is also a nested data structure.
description: STRING heading: STRING image: OBJECT, which is also a nested data structure.
s3_key: STRING url: STRING random_assignment: OBJECT, which is also a nested data structure.
description: STRING id: STRING percent: NUMBER position: INTEGER variable_name: STRING href: STRING id: STRING layout: OBJECT, which is also a nested data structure.
bottom_spacing: NUMBER col_width: NUMBER col_width_format: STRING left_spacing: NUMBER num_chars: NUMBER num_lines: NUMBER position: STRING right_spacing: NUMBER top_spacing: NUMBER width: NUMBER width_format: STRING nickname: STRING position: INTEGER quiz_options: OBJECT, which is also a nested data structure.
feedback: OBJECT, which is also a nested data structure.
correct_text: STRING incorrect_text: STRING partial_text: STRING scoring_enabled: BOOLEAN required: OBJECT, which is also a nested data structure.
amount: STRING text: STRING type: STRING sorting: OBJECT, which is also a nested data structure.
ignore_last: BOOLEAN type: STRING subtype: STRING validation: OBJECT, which is also a nested data structure.
max: STRING min: STRING sum: INTEGER sum_text: STRING text: STRING type: STRING visible: BOOLEAN title: STRING
preview
STRING
question_count
INTEGER
quiz_options
OBJECT
This is a nested data structure:
feedback: OBJECT, which is also a nested data structure.
ranges: ARRAY, which is also a nested data structure.
max: STRING message: STRING min: STRING ranges_type: STRING is_quiz_mode: BOOLEAN show_results_type: STRING
response_count
INTEGER
summary_url
STRING
title
STRING
surveys
This table contains information about your surveys.
surveys table schema
date_created
DATE-TIME
date_modified
DATE-TIME
id
STRING
language
STRING
nickname
STRING
question_count
INTEGER
response_count
INTEGER
title
STRING