You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Go for simple data and keep $csv->header = false
2. Upload a single lined data(I checked with numbers only.)
3. print_r or see the output in $csv->data
What is the expected output? What do you see instead?
It should bring the real values where I got something like this:
Array
(
[0] => Array
(
[0] => 235886.
[1] =>
[2] => ,85565.
[3] =>
[4] => ,
[5] => .
[6] =>
[7] => ,-157461.
[8] =>
[9] => ,97
[10] => 78.
[11] =>
[12] => ,179
[13] => 34.
[14] =>
[15] => ,2
[16] => 7
[17] => 48.
[18] =>
[19] => ,386
[20] => 82.
[21] =>
[22] => ,
[23] => .
[24] =>
[25] =>
)
)
What version of the product are you using? On what operating system?
parsecsv-0.3.2.zip
Please provide any additional information below.
I am attaching the testing csv file.
Original issue reported on code.google.com by jdj...@gmail.com on 14 Dec 2011 at 10:22
Original issue reported on code.google.com by
jdj...@gmail.com
on 14 Dec 2011 at 10:22Attachments:
The text was updated successfully, but these errors were encountered: