Sorry,
The loop section should be
<cfloop list="#filecontents#" delimiters="#crlf#" index="logline">
<BR>#listgetat(filecontents,1,",")# #listgetat(filecontents,2,",")#<BR>
</cfloop>
The above loop will display the result, if you want to...