Laxminarayan G Kamath A:
> Ruud:

>> You forgot to supply a link to such a file. Or show a __DATA__
>> section for testing.
> 
> http://download.deeproot.in/~kamathln/outlook-encrtypted-sample.csv

OK, lets check how wellformed it is:

perl -we'
  local $/;
  $_ = <>;
  s/"[^"]*"//g;
  s/(?<=,)[^",]+(?=,)//g;
  s/^[^,"]*,+//;
  print
' outlook-encrtypted-sample.csv 


That prints:
----------------------------------------------- 
"3snji

[EMAIL PROTECTED]
----------------------------------------------- 

so AFAICS there is a problem somewhere at the end. 

Maybe try a zipped version? 

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to