8000 GitHub - Trshant/data-transformer: Transforms data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Trshant/data-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Need for this tool

We all do data transformation, but the solution is unelegant and thoroughly not literate. By using pure functions in a functional programming paradigm, we speed up data transformations without compromising on elegance.

Do read through the uses and let me know via the issues or email me ( trshant at gmail dot com ) if something can be made better. You can email me if i did it right - i'd love to hear that!

Documentation.

only one function needs to be called post importing: process.

process(data, process_line_definition)

data is an imput object. the process_line_definition is what we use to define what we need done. The format for it is:

[ data_path , directive , function_called_on_data_object_after_going_on_data_path , further_process_line_directive ]

About

Transforms data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0