Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for the join transformations in the ETL Framework. #26

Open
abhioncbr opened this issue Nov 14, 2018 · 1 comment
Open

Add Support for the join transformations in the ETL Framework. #26

abhioncbr opened this issue Nov 14, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@abhioncbr
Copy link
Collaborator

ETL Framework currently supports the basic transformation functions like filter, explode, select. Joining of the two feeds is one of the most common and basic function ETL operations.

@abhioncbr
Copy link
Collaborator Author

Require following changes in ETL Framework

    • ETL SQL Parser for supporting parsing of JOIN conditions,
    • Job Configuration module for handling and parsing of all the required params.
    • In the Core module for handling transformation.

@abhioncbr abhioncbr added the enhancement New feature or request label Nov 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant