Git Product home page Git Product logo

smartetl's Introduction

SmartETL

A light weight ETL engine and smart transformation framework

Build:

From root directory, run: maven install

Run the demo:

  1. Modify distribution/target/SmartETL-0.0.1-incredible/examples/samplejob.xml to have correct path to the sample input files and output location.
  2. Go to distribution/target directory, from command line, run: bin/run.bat

Debug:

  1. Import the projects (libBase, libFormula, smartETL) into Eclipse
  2. Run configuration

Main class: org.f3tools.incredible.smartETL.JobRunner Argument: path to the samplejob.xml, for example: C:\Work\workspace\incredible\examples\samplejob.xml

Nice features:

  1. You can skip predefined amount of top and bottom lines when reading a csv file
  2. You can use lookup as function in formulas
  3. You can setup a filter for input files and smart trans step
  4. Smart trans step allows you define mapping rules using a DSL (domain specific language)
  5. You can filter out a row in formula
  6. All kind of functions such as string manipulation, date time manipulation ... are supported in the DSL
  7. You can define variables in smart trans step. you can use both input data, variables, and output data define output mapping rules

Log

2015/04/16

Fixed a bug now variables are case insensitive

2015/3/30

  1. Added if, then, else to DSL
  2. Renamed function if to iif
  3. Support And, Or, Not logical operator
  4. Fixed a bug in PrefixTerm and PostfixTerm which didn't have initialize methods
  5. Removed square bracket for variables
  6. Changed function delimiter from ; to ,

2015/3/21

  1. Formula tag is supported now
  2. Two new tools are created. GenJobDef can generate job definition xml from an excel spreasheet. GrammarCheck can find out grammar errors in Excel mapping formulas.

smartetl's People

Contributors

dennisk28 avatar richie-liu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.