Import .csv Into Psql

I had to import the list of the students of my school into Postgresql, so I converted xlsx files to a csv file and imported into psql. Log in DB and type the follwing line: 1 \copy students(grade, class, number, name) from...