Also, it's doing something strange, even though i can see a CSV READER
object being created,
However if i do
for row in reader:
print row
I am getting each character of the file path as the value of row
On Thu, Sep 27, 2012 at 8:28 PM, Ismail Dhorat <
ism...@zyelabs.net> wrote:
> Hi, not sure why my previous email did not come up but,
>
> trying to create a producer code in pyf.services, but when i read the
> CSV it comes up as None for all values. The code is at:
>
https://gist.github.com/3794042