What do you see here
This is the CSV (Comma Separated Values) file you want to use
as a task list resource for import.
Note that your CSV file must contain the fields names on its first
line.
Such a CSV file can be obtain using the export solution of your
planification tool.
Now you will have to map the columns found in the CSV file with the
tutos tasks fields.
Fill in the name of the column containing tasks names.
Fill in the name of the column containing the WBS index.
This index will be used to determine task parents.
It's on the form 1, 1.1, 1.2,
1.2.1, 1.2.2, 1.3 and so on.
In the current import code, the tasks have to appear in parents firts
order in the CSV file.
Fill in the name of the column containing tasks volume done.
This is the amount of time worked on the task, in the case you
would import more than a previsional planning.
Currently recognized formats for this field are :
- ([0-9]+).*(jour|day) for duration in hours
- ([0-9]+).*(heure|hour) for duration in days
Fill in the name of the column containing tasks start date.
Please note that MS Project use a special convention. It exports
milestones with tasks, and give them same start and end dates, with
a volume of zero. In that case, we will not import the task, wich is
in fact a milestone.
Fill in the name of the column containing tasks end date.
Example File
Name,Index,Volume,start,end,Comment
A,1,10.2, 16/12/02, 19/12/02,BLABLA1
B,2,10.2, 16/12/02, 18/12/02,BLABLA3
AA,1.1,10.2, 16/12/02, 18/12/02,BLABLA3
What you can do here
- Read the CSV file
Once you have correctly filled in the fields, click on the
« » form valid button.
- Check the data to import
You will then see a notification page containing all the tasks read, as
they will be imported.
You would check for the values presented here, before to really insert
them in your tutos tasks data base.
- Import these data
If the values are the one you wanted, just click on the
« » button.