CFX programming is done in either Java or C++ (others?). Java is by far the
easier to learn though. I cant really speak for C, but the process for
interfacing with CF via the Java CFX api is prettty simple as long as you
understand Java. I dont know if I have formal programming experience, but I
picked up enough Java to do what you want just hitting the books at night
and on the weekends for 3 or 4 months.
However text parsing is such a common task that there are many tools out
there that could help. SQL Server's BCP might do the trick, then you could
play with the data via TSQL. Access has some kind of text import capability
too. Depending on your platform (unix/win) a shell script could do this too.
Even Studio's VTML engine supports the necessary functions (i'm not
suggesting it though)... :)

jon
----- Original Message -----
From: "Robert Everland" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 17, 2001 4:35 PM
Subject: Want to make a CFX tag but have only CF language expereience


> Ok I was finally given a chore that I can not accomplish with CF. I
> have to through a whole month of proxy logs that are about 400mb total
> looking up specfic users and the entries they made based on certain sites.
> It involves a lot of looping and text file reading. It just messes up all
of
> CF when I try it. Can anyone recomend a good starting place where I can
pick
> up programming a CFX fairly simple. Are the included documentation a good
> start for someone with no formal programming expereience?
>
> Robert Everland III
> Dixon Ticonderoga
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to