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
- From the project dashboard, click Courses in the sidebar
- Click Import Courses
- Upload your CSV file or add courses manually
- 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
- Click Import to finish
2. Import Rooms
- Click Rooms in the sidebar
- Click Import Rooms
- Upload your CSV file or add rooms manually:
name,capacity,type
Room 101,30,classroom
Room 201,60,classroom
Lab A,25,lab
- Click Import
3. Import Instructors
- Click Instructors in the sidebar
- Click Import Instructors
- 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
- 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: