You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moodle has inbuilt CSV importer csv_import_reader (lib/csvlib.class.php) which deals with many common issues in CSV files. Please make use of it instead of the PHP native str_getcsv() parser.
Moodle has inbuilt CSV importer
csv_import_reader(lib/csvlib.class.php) which deals with many common issues in CSV files. Please make use of it instead of the PHP nativestr_getcsv()parser.