-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support extraction of Fields from JSON data source #182
Comments
package io.smartcat.ranger.core; import java.io.FileInputStream; import com.jayway.jsonpath.JsonPath; /**
*/
} |
Thanks for your effort. But it is fairly hard to read code from the comment. Can you please branch from |
Support for extraction of Fields from JSON data source in Ranger can make it powerful in streamlining data across the Requests mentioned in Berserker configuration. I have already Implemented support for it. Attached the Implementation. Please provide your comments.
The text was updated successfully, but these errors were encountered: