From f56270a2f9735c7d608aba7a6b0f9d2b26bac924 Mon Sep 17 00:00:00 2001 From: Harel Ben-Attia Date: Fri, 12 Dec 2014 10:36:06 -0500 Subject: Fixed RPM creation + some docs --- doc/AUTHORS | 6 +----- doc/CHANGELOG.markdown | 3 +++ doc/THANKS | 8 ++------ doc/USAGE.markdown | 26 ++++++++++++++++++++++---- 4 files changed, 28 insertions(+), 15 deletions(-) (limited to 'doc') diff --git a/doc/AUTHORS b/doc/AUTHORS index 5a6177a..b673360 100644 --- a/doc/AUTHORS +++ b/doc/AUTHORS @@ -1,8 +1,4 @@ - Copyright (C) 1992, 1997-2002, 2004-2014 Free Software Foundation, Inc. - - Copying and distribution of this file, with or without modification, - are permitted in any medium without royalty provided the copyright - notice and this notice are preserved. + Copyright (C) 2012-2014 Harel Ben-Attia (harelba@gmail.com, @harelba on twitter) Harel Ben-Attia wrote the main program diff --git a/doc/CHANGELOG.markdown b/doc/CHANGELOG.markdown index 29beeca..52d2dd4 100644 --- a/doc/CHANGELOG.markdown +++ b/doc/CHANGELOG.markdown @@ -1,6 +1,9 @@ # q - Treating Text as a Database + ## Change log +**Fri Dec 12 2014 Harel Ben-Attia 1.5.0-1** +- TBD **Sat Jun 14 2014 Harel Ben-Attia 1.4.0-1** - 2.5x Speed improvement due to better bulk loading - Output header support diff --git a/doc/THANKS b/doc/THANKS index 42ab5a9..0dc6d60 100644 --- a/doc/THANKS +++ b/doc/THANKS @@ -1,7 +1,3 @@ - Copyright (C) 1992, 1997-2002, 2004-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Harel Ben-Attia (harelba@gmail.com, @harelba on twitter) - Copying and distribution of this file, with or without modification, - are permitted in any medium without royalty provided the copyright - notice and this notice are preserved. - -Thank you Jens Neu for writing the initial RPM package spec +Thank you Jens Neu for writing the initial RPM package spec, and to https://github.com/barsnick for additional RPM help diff --git a/doc/USAGE.markdown b/doc/USAGE.markdown index b7b4b54..f021318 100644 --- a/doc/USAGE.markdown +++ b/doc/USAGE.markdown @@ -56,7 +56,7 @@ Options: Same as -d . Just a shorthand for handling standard tab delimited file You can use $'\t' if you want (this is how Linux expects to provide tabs in the - command line) + command line -e ENCODING, --encoding=ENCODING Input file encoding. Defaults to UTF-8. set to none for not setting any encoding - faster, but at your own @@ -67,8 +67,8 @@ Options: data types -m MODE, --mode=MODE Data parsing mode. fluffy, relaxed and strict. In - strict mode, the -c column-count parameter must - be supplied as well + strict mode, the -c column-count parameter must be + supplied as well -c COLUMN_COUNT, --column-count=COLUMN_COUNT Specific column count when using relaxed or strict mode @@ -77,6 +77,20 @@ Options: strips leading whitespace off values, in order to provide out-of-the-box usability for simple use cases. If you need to preserve whitespace, use this flag. + --disable-double-double-quoting + Disable support for double double-quoting for escaping + the double quote character. By default, you can use "" + inside double quoted fields to escape double quotes. + Mainly for backward compatibility. + --disable-escaped-double-quoting + Disable support for escaped double-quoting for + escaping the double quote character. By default, you + can use \" inside double quoted fields to escape + double quotes. Mainly for backward compatibility. + -w INPUT_QUOTING_MODE, --input-quoting-mode=INPUT_QUOTING_MODE + Input quoting mode. Possible values are all, minimal + and none. Note the slightly misleading parameter name, + and see the matching -W parameter for output quoting. Output Options: -D OUTPUT_DELIMITER, --output-delimiter=OUTPUT_DELIMITER @@ -102,6 +116,11 @@ Options: -E OUTPUT_ENCODING, --output-encoding=OUTPUT_ENCODING Output encoding. Defaults to 'none', leading to selecting the system/terminal encoding + -W OUTPUT_QUOTING_MODE, --output-quoting-mode=OUTPUT_QUOTING_MODE + Output quoting mode. Possible values are all, minimal, + nonnumeric and none. Note the slightly misleading + parameter name, and see the matching -w parameter for + input quoting. Query Related Options: -q QUERY_FILENAME, --query-filename=QUERY_FILENAME @@ -111,7 +130,6 @@ Options: -Q QUERY_ENCODING, --query-encoding=QUERY_ENCODING query text encoding. Experimental. Please send your feedback on this - ```` ### Table names -- cgit v1.2.3