fezfez / parsecsv-for-php

Automatically exported from code.google.com/p/parsecsv-for-php
MIT License
1 stars 1 forks source link

Does not work properly for a single line data in csv. #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: