Jason Fisher wrote: > You're not doing anything wrong, any system that tries to import the CSV will > automatically assume that every comma is a field delimiter, just like it's > supposed to do. If you have content with commas in, you'll have to pick a > different field delimiter, like Tab or pipe (|). >
Or tell such a system that your data uses a text qualifier, often quotes "". Such a system would then no to ignore the delimiter character if it is inside a pair of the text qualifier characters. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319765 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

