document csv file import
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 15 Jul 2010 09:56:24 +0000 (11:56 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 15 Jul 2010 09:56:24 +0000 (11:56 +0200)
README

diff --git a/README b/README
index 56921c3..1c9f8aa 100644 (file)
--- a/README
+++ b/README
@@ -12,6 +12,9 @@ Multi-line values should be wrapped in ^multi-line-text^
 If you save bounch of html files with table in directory with .html extension, they will
 we all read as single data set, allowing easy analysys of search results, for example.
 
 If you save bounch of html files with table in directory with .html extension, they will
 we all read as single data set, allowing easy analysys of search results, for example.
 
+CSV files with .csv extension are parsed using , as delimiter. Encoding is utf8
+and can be specified in filename, before extension like this: data.encoding.csv
+
 
 Start with:
 
 
 Start with: