Hi
I’ve been trying this afternoon to load a excel generated CSV for some recent S2S
However when I try to include comments in my CSV I get the following error
An error has occured whilst processing line 1 of the input file.
Please ensure the input file is valid CSV or TSV.
System.IndexOutOfRangeException: Index was outside the bounds of the array. at SOTA.AddChaserEntry.getChaserCSVLine(StreamReader sr, SqlConnection dbConnection, Int32 userId, Int32 checkMode, DateTime& lastDate, String& lastTime, Int32& summitID, Int32& S2SsummitID, Boolean& parseErrorFlag, Boolean& parseDuplicateFlag, Boolean& S2S, Boolean& Activator, Int32& csvVersion) in D:\SOTADATABASE\AddChaserEntry.cs:line 627 at SOTA.ChaserCSV2.Page_Load(Object sender, EventArgs e) in D:\SOTADATABASE\ChaserCSV2.aspx.cs:line 86
This format causes the error
V2,G6UYG/P,G/WB-005,14/07/2013,14:45,144,FM,G4OBK/P,G/WB-020,YES,Phill LOC:IO82nd Tx:55 Rx:55 Miles:28.79 Note:Me : VX8 Handie Flex Antenna
V2,G6UYG/P,G/WB-005,14/07/2013,14:46,144,FM,M6PYG/P,G/WB-020,YES,Geoff LOC:IO82nd Tx:55 Rx:55 Miles:28.79 Note:Me : VX8 Handie Flex Antenna
V2,G6UYG/P,G/WB-005,14/07/2013,14:55,144,FM,MV1EYP/P,GW/NW-060,YES,Tom LOC:IO82JT Tx:52 Rx:55 Miles:22.12 Note:Me : VX8 Handie Flex Antenna
V2,G6UYG/P,G/WB-005,14/07/2013,14:55,144,FM,MV0HGY/P,GW/NW-060,YES,Jimmy LOC:IO82JT Tx:52 Rx:55 Miles:22.12 Note:Me : VX8 Handie Flex Antenna
However – the following uploads fine, but although the notes / comments field is empty – the onscreen table after uploading the CSV but before clicking submit entry shows YES in both the S2S fields and the Notes fields
V2,G6UYG/P,G/WB-005,14/07/2013,14:45,144,FM,G4OBK/P,G/WB-020,YES
V2,G6UYG/P,G/WB-005,14/07/2013,14:46,144,FM,M6PYG/P,G/WB-020,YES
V2,G6UYG/P,G/WB-005,14/07/2013,14:55,144,FM,MV1EYP/P,GW/NW-060,YES
V2,G6UYG/P,G/WB-005,14/07/2013,14:55,144,FM,MV0HGY/P,GW/NW-060,YES
Any idea what I’m doing wrong ?
I’ve tried with just a single word comment just to check if it was a field length issue but just the word NOTE causes the same error.
Regards
Steve
G6UYG