Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 17, 2016 · 0 comments
Open

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

GoogleCodeExporter opened this issue Mar 17, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant