If your are using unix o/s you can use the follwing method
1. cut -d"," -f2,1,3,5 csv_file > input_file
2. Using the input_file as the input file for loading in SQL*Loader you can specify skip 1 in the control file to load the data in the database.