-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
ISSUE-409 # Added support for csv file in the parameterized
csvSource
#476
Conversation
Seems like an awesome feature. Any plans to review and merge? @authorjapps |
CI Build status is here: Once Green, then will attempt to merge |
} | ||
], | ||
"parameterized": { | ||
"csvSource":"parameterized_csv/params.csv" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated code to read from resources folder without referring to "./test/...".
Changed method impl to include Path prefix to "./test/...".
There shohuld be a better way to do this, I have put this as a quick fix. Please feel free to amend this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@imprashant , any news on this comment ? Or are you happy for us to merge it?
All look good. |
Issue #409
PR Branch
https://github.com/imprashant/zerocode/tree/409-csvsource-from-file
Support externalized csv files under Parameterized CSV source
This PR intends to address the problem mentioned in issue 409, to add support to fetch parameters from external csv source file.
Checklist:
Unit tests added
Integration tests added
Test names are meaningful
Feature manually tested
Branch build passed
No 'package.*' in the imports
Relevant Wiki page updated with clear instruction for the end user
Http test added to
http-testing
module(if applicable) ?Kafka test added to
kafka-testing
module(if applicable) ?