in reply to Re^2: CSV file
in thread CSV file
If you are using Microsoft Excel, it will encapsulate each "cell" of data in quotes, instead of escaping the commas. However, what if the cells have quote marks? I suppose they would need to be escaped if using that format. I found the following "guide" to CSV online.
Is it worth reducing your application's functionality or convenience? No. But if the existence of these characters is entirely superfluous, you might consider taking them out.
Take your pick. I picked one format. There are others.
Blessings,
~Polyglot~
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: CSV file
by raghu_shekar (Novice) on May 21, 2009 at 04:40 UTC |