Skip to main content

Import Your Data


Quick Start  ·  Step 4 of 9


Objective

Import courses, rooms, and instructors into your project.

Prerequisites

  • A project has been created
  • Your data is ready in CSV format or you are ready to enter it manually

Estimated time

5 minutes

Steps

1. Import Courses

  1. From the project dashboard, click Courses in the sidebar
  2. Click Import Courses
  3. Upload your CSV file or add courses manually
  4. Your CSV should include these columns:
name,code,department,hours,type
Calculus I,MATH101,Mathematics,4,lecture
Physics I,PHYS101,Physics,3,lecture
Programming,CS101,Computer Science,3,lecture
  1. Click Import to finish

2. Import Rooms

  1. Click Rooms in the sidebar
  2. Click Import Rooms
  3. Upload your CSV file or add rooms manually:
name,capacity,type
Room 101,30,classroom
Room 201,60,classroom
Lab A,25,lab
  1. Click Import

3. Import Instructors

  1. Click Instructors in the sidebar
  2. Click Import Instructors
  3. Upload your CSV or add instructors manually:
name,department,availability
Dr. Smith,Mathematics,full-time
Prof. Johnson,Physics,full-time
Dr. Lee,Computer Science,part-time
  1. Click Import

Expected Result

Your project now contains courses, rooms, and instructors. You can see them listed in their respective sections.

Want to import using the Plansoar API? See the API Reference.

Next Step

Proceed to Review Imported Data →


Previous step: Create Your First Project ←

Related articles in User Guide: