Closed GoogleCodeExporter closed 8 years ago
The problem is the company name : "Cisco Systems, In", and you split on this
"," ...
Original comment by i...@advancedcomputing.ch
on 5 Apr 2012 at 9:29
Attachments:
Possible Fix:
test the item[2] for numeric, if not, add 1 to the index.
Original comment by i...@advancedcomputing.ch
on 5 Apr 2012 at 9:48
Original comment by i...@advancedcomputing.ch
on 5 Apr 2012 at 9:50
Attachments:
Thanks!
It's time for a scanner (goes char per char through the text and ignore special
signs inside quotation marks) instead of a splitter.
Original comment by Maas...@gmail.com
on 5 Apr 2012 at 9:53
True ...
small fix on that line for forex:
if (i == 2 && !IsNumeric(rowItems[i]) && rowItems[i] != "N/A") k++;
Original comment by i...@advancedcomputing.ch
on 5 Apr 2012 at 12:50
Original comment by Maas...@gmail.com
on 30 Apr 2012 at 12:50
Original issue reported on code.google.com by
i...@advancedcomputing.ch
on 5 Apr 2012 at 9:22Attachments: