-
All the task list available in the imported file are listed in the
Classic View.
-
If you map the
TASK OWNER
to the corresponding xls field, and continue to import, the
Import XLS File
wizard is displayed. In this wizard, you can choose to leave the tasks unassigned or associate the xls users to project users.
-
Zoho Projects supports multi-sheet files for task import. Headers from the first sheet will be used to map the fields in Zoho Projects. Single line text fields are limited to 255 characters and pick list values are limited to 100 characters. Entries exceeding the character limit will be truncated and imported.
-
You can also import subtasks along with tasks in the form of XLS, CSV, or a JSON file.
To add tags during task import, add the tags within double quotes and separate them using comma in the import file.
For example, "tag1", "tag2","tag3".
While importing, if you map only the TASK LIST ID, the corresponding task list alone is imported, even if there are identical task list names. However, if you map the TASK LIST NAME, all the available task list with the given task list name are imported irrespective of their task list ID.
Example:
TASKLIST ID
|
TASKLIST NAME
|
Mapped Field Name
|
Imported Tasklist
|
1234
|
Edit Template
|
Tasklist ID
|
Edit Template -1234
|
5678
|
Edit Template
|
Tasklist Name
|
Edit Template-1234 and Edit Template-5678
|
Import Tasks to an Existing Task List
To import tasks to an existing task list, users must enter the Task List ID (not the task list name) in the Task List Name column of the import file.

Set dependency in the import file
You can set
task dependency
in the import file. Add a column titled "Predecessor" in the file. The syntax for setting dependency is as follows:
<Task ID> <
Dependency type
> <+ or - to denote lag or lead> <duration in days or hours>
Task ID:
It is the ID of the predecessor task.
Dependency type
:
FS denotes finish to start
SS denotes start to start
SF denotes start to finish
FF denotes finish to finish
Lag or lead time
:
+ denotes a lag. - denotes a lead.
Duration in days or hours
:
example, 2d denotes 2 days. 3h denotes 3 hours.
Dependency can be set in the following formats:
-
PD1-T1 FS + 3d
-
PD1-T1 is the task ID. FS is the finish-start dependency.
+
indicates lag. Lag is set as 3 days.
-
PD1-T1 SS
-
PD1-T1 is the task ID. SS is the start-start dependency. There is no lead or lag time here.
-
PD1-T1 SF - 4h
-
PD1-T1 is the task ID. SF is the start-finish dependency.
-
indicates the lead. Lead is set as 4 hours.
-
PD1-T3 FS, PD1-T5 SS +1d
-
Multiple predecessors can be set using a comma.
If you don't mention a dependency type, finish to start (FS) will be set by default.
More Reads