Prompting users without arguments passed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~ Welcome to pdappend! ~~~~~~~~~~~
Use pdappend to append csv, xlsx, and xls files.
If you would like to learn more about how to use pdappend -> https://github.com/cnpls/pdappend/wiki
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
usage: pdappend [-h] [--sheet-name SHEET_NAME] [--header-row HEADER_ROW] [--excel-header-row EXCEL_HEADER_ROW] [--csv-header-row CSV_HEADER_ROW] [--save-as SAVE_AS] [--show] [targets [targets ...]]
pdappend csv, xlsx, and xls files.
positional arguments:
targets files to append ('.', 'file.csv', '*.csv')
optional arguments:
-h, --help show this help message and exit
--sheet-name SHEET_NAME
Sheet name in excel files (default is 'Sheet1')
--header-row HEADER_ROW
Row number of column row (default is 0)
--excel-header-row EXCEL_HEADER_ROW
Row number of column row in excel files (default is --header-row or 0)
--csv-header-row CSV_HEADER_ROW
Row number of column row in csv files (default is --header-row or 0)
--save-as SAVE_AS File type to save appended results as ('csv', 'xlsx', 'xls', 'excel')
--show Print files being appended
`--show` flag
Show files being appended.
`pdappend . --show`
`setup` arg
Create a `.pdappend` in the current working directory to override manually.
`pdappend setup`
Other
- More docstrings
- Updated wiki