diff --git a/packages/admin/src/assets/images/FinalStudent.csv b/packages/admin/src/assets/images/FinalStudent.csv index c636f019..587253fa 100644 --- a/packages/admin/src/assets/images/FinalStudent.csv +++ b/packages/admin/src/assets/images/FinalStudent.csv @@ -1,4 +1,2 @@ -name,username,email,mobile,gender,dateOfBirth,board,password,status,className,religion,school_udise,caste,annual_income,mother_education,father_education,mother_occupation,father_occupation,No_of_siblings -Test,,,9999999999,Female ,1990-01-03,West Bengal,NA ,TRUE,Class 6,Hindu,12345678,General,668,,,,, -Testing,,,9999999999,Female ,1990-01-03,West Bengal,NA ,TRUE,Class 6,Muslim,12345678,General,668,,,,, -Tester,,,9999999999,Female ,1990-01-03,West Bengal,NA ,TRUE,Class 6,Christian,12345678,General,668,,,,, +name,username,email,mobile,gender,dateOfBirth,board,password,status,className,religion,school_udise,caste,annual_income,mother_education,father_education,mother_occupation,father_occupation,No_of_siblings,promotion +Test,retesttekdiwb600112121884,,9999999999,Female ,1990-01-03,West Bengal,NA ,TRUE,Class 7,Hindu,12345678,General,668,,,,,,, diff --git a/packages/admin/src/components/StudentCSV.jsx b/packages/admin/src/components/StudentCSV.jsx index 7c25923a..21ded22f 100644 --- a/packages/admin/src/components/StudentCSV.jsx +++ b/packages/admin/src/components/StudentCSV.jsx @@ -81,6 +81,7 @@ function CSVImportForm() { motherOccupation: studentData["mother_occupation"] || null, fatherOccupation: studentData["father_occupation"] || null, noOfSiblings: studentData["No_of_siblings"] || 0, + promotion: studentData["promotion"] || "", }; requestData.students.push(studentObject);