start_response_import imports a survey based on a loacl survey file

start_response_import(surveyId, filePath, format = "CSV", charset = "UTF-8")

Arguments

surveyId

the name of the survey where to import responses

filePath

The URL of the import file. Only HTTP and HTTPS URLs are supported. The largest file you can import is limited to 5 MB.

format

default CSV Allowed values are CSV or TSV

charset

Allowed values are UTF-8 or UTF-16

Value

A status code

Examples

if (FALSE) start_response_import("SV_012345678912345", "./data.csv", "CSV")