Skip to content

Tools to accomplish common tasks on data in plain text, CSV or JSON format via the Java Shell

Notifications You must be signed in to change notification settings

GaetanoGeck/jshell-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JShell tool

This project's aim is to provide simple facades to actions on data in formats like plain text, CSV and JSON such that tasks that seem trivial can be performed "trivially" in JShell, the Java Shell.

Notice: Currently, this project is a prototype only and its focus is that it's "easy to get things done", not on efficiency. For example, some functions currently offer a stream from an input source only after gathering the whole collection -- even though technically, it could be done the other way around.

About

Tools to accomplish common tasks on data in plain text, CSV or JSON format via the Java Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published