Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will first need the CSV file either created by you or exported from another application. The extension of the file should be .csv only. While While importing the CSV file, Celoxis prompts you to map the relevant fields from CSV with the fields available in Celoxis.

Some guidelines:

...

 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 OR from the Add menu on Gantt, click on on Import CSV.
  3. Click Browse and import a file.
  4. Click In the new pop-up, click on Browse to select the file to be imported. Only files with .csv extension can be imported. 
  5. Click Next.
  6. Under the the Field Mapping, map the fields of your CSV file (on right) with the fields provided by Celoxis . You can also map your custom fields from the drop-down.Under the (on left). 
  7. 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.
  8. From the the Date Format drop drop-down list, select a date format. This is the format all the dates in the CSV file are written. 
  9. Click Finish.
     

...

  1. 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.