R/survey-response-imports.R
start_response_import.Rd
start_response_import imports a survey based on a loacl survey file
start_response_import(surveyId, filePath, format = "CSV", charset = "UTF-8")
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 |
A status code
if (FALSE) start_response_import("SV_012345678912345", "./data.csv", "CSV")