BTW in my own interest, having never actually used the CsvReader class
(only the CsvWriter class), I started to attempt to write some sample
code...

Unfortunately, this is as far as I got :)


<cfset filename = "test.csv">
<cfset fileInput = createObject("java","com.csvreader.CsvReader")>
<cfset fileInput.init(filename)>
<cfset fileInput.close()>


The third line errors with the following error:

An exception occurred when instantiating a Java object. The class must
not be an interface or an abstract class.

Which I don't get because the CsvReader class is neither an abstract
class nor an interface.

Oh well, I tried =)

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337064
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to