Skip to main content

rjj (read-joint-jet) is a simple cmd-based data analysis/transforming tool

Project description

rjj (read-joint-jet) Static Badge

rjj is a simple cmd-based data transforming/analysis tool

install it via pip/pip3

pip install rjj

update rjj

pip install rjj --upgrade

check current version

rjj -v

read user manual

rjj -h

convertor

convert json to csv; select a json file in the current directory, choose to enter another file name for output or not (Y/n); if not, the converted csv file will be saved with the same name

rjj c

reversor

reverse csv back to json; select a csv file in the current directory, choose to enter another file name for output or not (Y/n); if not, the converted json file will be saved with the same name

rjj r

detector

detect the co-existing record(s) between two csv files; select two csv files to execute the detection process, then give a name (don't need the extension) for the output file; co-existing record(s) will be indicated in a newly created column Coexist

rjj d

jointer and splitter

joint or split your data file(s)

jointer

joint all csv files in the current directory together; all file names will be stored in the first field of the newly created column File; when you execute the command you will be asked for assigning a name for the output file

rjj j

splitter

split the selected csv file to different csv files and name it according to the value in the first field of that selected file

rjj s

xplit

split the selected excel (.xls or .xlsx) to pieces and name it according to the value in the first field of that selected excel

rjj x

joint

joint all excels (.xls and .xlsx) in the current directory together*; all file names will be stored in the first field of the newly created column File; when you execute the command you might be asked for assigning a name for the output file

rjj t

*differ from csv jointer, since both .xls and .xlsx is accepted, and the file extention will not be taken, it will be merged while two of them share the same file name (cannot be split by the command above); understand this condition, make good use of it!

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rjj-0.1.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

rjj-0.1.1-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page