an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Bulk Import error in log
Last Post 6/17/2009 7:57:11 PM By lukezy. 1 replies.
6/17/2009 2:36:43 PM
4safety
Posts: 124
Joined: 5/11/2009
Bulk Import error in log
i received this error in the log when uploading the tab delimited file
 
<table class="gridViewTable" id="ctl00_ContentPlaceHolder1_lvwLogs_tableListView"> <tbody> <tr> <td>Error: 'System.FormatException: Input string was not in a correct format.</td> </tr> <tr> <td>at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)</td> </tr> <tr> <td>at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)</td> </tr> <tr> <td>at System.Decimal.Parse(String s)</td> </tr> <tr> <td>at DotShoppingCart.Commercial.OrderPipeline.BulkImportTaskProvider.Import(String host, Int32 bulkImportId, List`1 allLines) in C:\sites\DotShoppingCart\OrderPipeline\OrderPipeline\BulkImportTaskProvider.cs:line 127'</td> </tr> </tbody> </table>
6/17/2009 7:57:11 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Bulk Import error in log
Please take a look at bulk import format. You will make sure you follow the exact columns and the format.
DotShoppingCart Staff