Recently upgraded from EP 1.2.5.4 to 1.2.5.7 with zencart 1.3.9h, now I'm having an issue with the format of my field 'v_products_upc' when I download the full easy populate file using the link Easy Populate full csv file. The issue is that the format used to be 12 digits now the download file for some records contains a format of 8.99484E+11. This format exist only within the .csv file. I've verified that the format is fine and contain the full 12 digits in the zen_products table. I did not experience this issue before upgrading to the 1.2.5.7 csv version. Does anyone know if I need to do anything additional in easypopulate.php file besides adding the normal references to the easypopulate field and the zen products feild or perhaps I need to change the field type in the zen_product table structure - it is currently set to:

products_upc char(12) latin1_swedish_ci Yes NULL

Appreciate any help!