Mark Li Thu, 26 Jul 2012 15:24:10 -0700
Is there something like validate_and_insert() for import_from_csv_file()? I would like to update my database with csv files, but have the form validators fired to ensure that the data inserted is of the correct type.
--