.TH ROWS "1" "Sep 2015" "ROWS 0.1.0" "common, beautiful interface to tabular data, no matter the format" .\" Text automatically generated by txt2man .RS .SH NAME \fBrows \fP- common, beautiful interface to tabular data, no matter the format \fB .SH SYNOPSIS .nf .fam C \fBrows\fP [\fIOPTIONS\fP] \fICOMMAND\fP [\fIARGS\fP] \.\.\. .fam T .fi .fam T .fi .SH DESCRIPTION No matter in which format your tabular data is: \fBrows\fP will import it, automatically detect types and give you high-level Python objects so you can start working with the data instead of trying to parse it. It is also locale-and-unicode aware. .SH OPTIONS \fB--help\fP Show this message and exit .SH COMMANDS . .PP .nf .fam C convert - Convert table on `source` URI to\.\.\. join - Join tables from `source` URIs using `key(s)`\.\.\. sort - Sort from `source` by `key(s)` and save into\.\.\. sum - Sum tables from `source` URIs and save into\.\.\. SYNOPSIS rows convert [OPTIONS] SOURCE DESTINATION DESCRIPTION Convert table on `source` URI to `destination` OPTIONS --input-encoding TEXT --output-encoding TEXT --input-locale TEXT --output-locale TEXT --help Show this message and exit. SYNOPSIS rows join [OPTIONS] KEYS SOURCES \.\.\. DESTINATION DESCRIPTION Join tables from `source` URIs using `key(s)` to group rows and save into destination` OPTIONS --input-encoding TEXT --output-encoding TEXT --input-locale TEXT --output-locale TEXT --help Show this message and exit. SYNOPSIS rows sort [OPTIONS] KEY SOURCE DESTINATION DESCRIPTION Sort from `source` by `key(s)` and save into `destination` OPTIONS --input-encoding TEXT --output-encoding TEXT --input-locale TEXT --output-locale TEXT --help Show this message and exit. SYNOPSIS rows sum [OPTIONS] SOURCES \.\.\. DESTINATION DESCRIPTION Sum tables from `source` URIs and save into `destination` OPTIONS --input-encoding TEXT --output-encoding TEXT --input-locale TEXT --output-locale TEXT --help Show this message and exit. .fam T .fi .SH EXAMPLES .IP \(bu 3 To export csv from site and converting locales from pt_BR to en both UTF-8 .PP .nf .fam C rows convert \-\-input-locale pt_BR.UTF-8 \-\-output-locale en.UTF-8 "" data.csv .fam T .fi .IP \(bu 3 To export xls from site and no changes locales .PP .nf .fam C rows convert "" data.xls .fam T .fi .IP \(bu 3 To convert csv to xls .PP .nf .fam C rows convert file.csv file.xls .fam T .fi .SH REPORTING BUGS To report a bug please visit \fBrows\fP' issue tracking system at . .SH AUTHOR Written by Álvaro Justen . .PP This manual page was written by Paulo Roberto Alves de Oliveira (aka kretcheu) for the Debian project (but may be used by others). .SH COPYRIGHT Copyright © 2014-2015 Álvaro Justen. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.