-
Notifications
You must be signed in to change notification settings - Fork 79
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
Leveraging copybookparser in java #315
Comments
New versions of Cobrix have |
We tried with V2.1.0, but still its expecting all the parameters. |
I can implement something line |
I am just trying to provide only copybook content as the parameter so that i can get the parsed schema. |
…l arguments. These arguments are essential to the parser as they describe properties of the copybook and output AST structure.
Will add |
Thanks sure. |
…l arguments. These arguments are essential to the parser as they describe properties of the copybook and output AST structure.
Its already released but didnt find it in Maven. Is it going to deploy to maven once the pr #321 is approved and merged. |
It's already deployed. We merge release PRs when we see the artifact on Maven Central. |
its my bad, there was a typo on my end while i procure it in our space. |
I want to use below copybookparser for retrieving sparksql schemas in java.
val parsedSchema = CopybookParser.parseTree(copyBookContents)
in Java its expecting all the parameters for parseTree function. Please let me know how to resolve it using java code
The text was updated successfully, but these errors were encountered: