Skip to main content
Version: 10.2.9

Upload Manual Task data

Manual Task (MT) data is a CSV file with source input required to run the task. Each row of the task data file is a Record. The column headers correspond to the variables (data points) configured in the Manual Task design. You can also remap the headers to other variables if needed.

Prepare data file

Before you begin creating your data file, revise your knowledge about the CVS format. For useful tips, see the guide on how to create a CSV file.

To see how a proper CSV file could look like, click the Download Sample File button (if available) on the Data tab of the created Manual Task.

Default settings

By default, the items (fields) are to be delimited by a comma (","), and the encoding is UTF-8. If you want to use another delimiter or encoding, specify the settings in the input data options.

Header line

Your data file should contain a header line where you define the names for the input data columns. The column headers can only contain alphabetical characters in the lower case, numerical characters, and underscores. Any other characters can break the created input.

The files used in an MT are to be kept in a server or cloud storage supporting the HTTP access protocol, for example, S3, Dropbox, or Google Drive.

caution

Local files are not allowed!

Upload data file

Complete the following steps to upload and set a data file:

  1. On the Data tab for a specific Manual Task, click the Upload Data button or anywhere within the tab.

  2. In the popup window, click the Add button, select an input data file, and click Upload.

    Work.AI automatically determines the File Separator and File Encoding parameters. To change the parameters, click Show options and select the File Separator and the File Encoding from the respective drop-down menus.

    To remove the selected file and select another one to upload, click Clear.

  3. The input file content is displayed along with the file's existing column headers. Click the Preview icon associated with a data row to preview the Record using the corresponding data.

  4. If the column headers do not match the variables in the MT design, a warning message is displayed alerting you which column names are to be remapped. To map or remap a column to a variable, click the column header from the table and select an item from a drop-down list.

    After you map a column header to a task variable (for example, URL > picture_address), you cannot use the column name to create another variable (${question.data['url']} is an invalid variable).

    You can also remove the uploaded data by clicking the Remove Data button.

  5. Navigate to the Design tab if you are satisfied with the uploaded data.

note

While you are designing a task, you can go back to this step from the Design tab and upload new data or remap column headers.