If I have a tab-delimited text file I want to make into a query object using cfhttp, how should I enter the value for the delimiter attribute in the cfhttp tag? The O'Reilly book demonstrates how to write it for comma-delimited:
<cfhttp URL="http://...file.txt" name="myquery" delimiter="," textqualifier=""> But not for tab-delimited. Also, if each row in the file ends with carriage return, do I need to use a special value for the textqualifier attribute? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236065 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

