<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">Yes. (Known) bug. Will fix.</div> <br> <div id="bloop_sign_1438775504489735168" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">-- <br>Arun</div></div> <br><p class="airmail_on" style="color:#000;">On 5 Aug 2015 at 13:50:31, statquant3 (<a href="mailto:statquant@outlook.com">statquant@outlook.com</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>Trying to read the following csv:
<br>
<br>date,time,name,propertyValue,programName
<br>20150804,07:17:22.928,aerhqer,strjhwr,adtrhadtr
<br>20150804,07:17:22.928,A__z,"*SHLVL="*TMOUT,datrhnaetrh
<br>20150804,07:17:22.928,adrhae,true,adthad
<br>
<br>R) fread('test.csv')
<br>Error in fread("/u/delta1/colinu/test/freadTest/PropertiesLog.csv") :  
<br>  Field 4 on line 3 starts with quote (") but then has a problem. It can
<br>contain balanced unescaped quoted subregions but if it does it can't contain
<br>embedded \n as well. Check for unbalanced unescaped quotes:
<br>"*SHLVL="*TMOUT,datrhnaetrh
<br>
<br>read.csv2 works...  
<br>
<br>R)
<br>setDT(read.csv2(file='/u/delta1/colinu/test/freadTest/PropertiesLog.csv',sep=','))[]
<br>       date         time    name propertyValue programName
<br>1: 20150804 07:17:22.928 aerhqer       strjhwr   adtrhadtr
<br>2: 20150804 07:17:22.928    A__z *SHLVL=*TMOUT datrhnaetrh
<br>3: 20150804 07:17:22.928  adrhae          true      adthad
<br>
<br>Can you guys reproduce, can that be considered a bug ?
<br>If not how can I trick fread in reproducing read.csv2 ?
<br>
<br>
<br>
<br>
<br>--
<br>View this message in context: http://r.789695.n4.nabble.com/bug-is-fread-tp4710776.html
<br>Sent from the datatable-help mailing list archive at Nabble.com.
<br>_______________________________________________
<br>datatable-help mailing list
<br>datatable-help@lists.r-forge.r-project.org
<br>https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
<br></div></div></span></blockquote></body></html>