Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: AnyData and csv file

by jZed (Prior)
on Oct 13, 2007 at 21:55 UTC ( [id://644681]=note: print w/replies, xml ) Need Help??


in reply to AnyData and csv file

I don't see any problems with your code except that the "end-of-line" should be "eol" but that shouldn't matter since the default eol is "\n". So I am guessing that the line endings in your file are something else - try setting eol to "\012" or "\015" or "\015\012". If none of those fix it, then maybe you have an older version of SQL::Statement (the SQL engine behind AnyData) so you could try upgrading. If none of that works, message me here on perlmonks and I'll take a look.

Replies are listed 'Best First'.
Re^2: AnyData and csv file
by GertMT (Hermit) on Oct 14, 2007 at 06:54 UTC
    great, by changing
    end-of-line
    to
    eol => "\015"
    it works! It is maybe because I'm on Mac OS X? I just installed SQL::Statement so that should be up to date.
    Putting the extra column fruit in there was a bit obvious.
    Thanks a lot,
    Gert

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://644681]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-28 16:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found