Importing Tasks from CSV

Celoxis provides you with the ability to import tasks from CSV which saves a lot of your time and effort.

How does it work?

You will first need the CSV file either created by you or exported from another application. While importing the CSV file, Celoxis prompts you to map the relevant fields from CSV with the fields available in Celoxis. The following fields can be imported via CSV:

ColumnsDescription
SummaryName of the task. This is a required field.
DetailsDescription of the task. This is a required field.
StartStart date of the task.
FinishFinish date of the task
DurationCan be specified in days (d), weeks (w), months (mo) or years(y).
For e.g. 2d, 4w, 1y, 2mo 
% CompThe percentage of task completion
BudgetThe budget of the task.
ResourcesThe resources working on the task.
 Resources can be allocated in hours or %. For e.g Alice[2h] OR Alice[25%]
Custom fieldsAny additional information regarding the task. These fields need to be first created in Celoxis before you can import the data.
For custom fields of type Multi-select dropdown, you can import multiple values by adding | between the values.
For e.g: HTML | PHP | CSS 


To import from CSV

  1. Navigate to the project where you want to import those tasks.
  2. From the page actions shown on the right of the project, click on More Import Tasks (CSV) OR from the Add menu on Gantt, click on Import CSV.
  3. In the new pop-up, click on Browse to select the file to be imported. Only files with .csv extension can be imported. 
  4. Click Next.
  5. Under the Field Mapping, map the fields of your CSV file (on right) with the fields provided by Celoxis (on left). 
  6. Under the Options section, for Number of top rows to skip box, enter the number of rows you want to skip. It is pre-filled with 1 so that the row with column names is skipped.
  7. From the Date Format drop-down list, select a date format. This is the format all the dates in the CSV file are written. 
  8. Click Finish. All the tasks in the CSV are imported into the project.

Some important points to note

  1. Fields that cannot be mapped via CSV include: Schedule Type, Work(h), Predecessor, Parent-Child relation, Constraint Date, Constraint Type, Priority, State, Start (Actual), Finish (Actual), Cost (Est, Material), Cost (Fixed).
  2. If Both Start and Finish dates are specified, then the task created is manually scheduled.
    If Duration is specified, then the task created is auto-scheduled.
    If the system cannot determine the schedule mode from what the user has entered, it will use the user’s preferences to create the task.
    For more details, refer the table at the last of the page.