We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using #23 to force array, undefined error
too many arguments in call to xml2json.Convert
json, err := xj.Convert(reader, xj.WithNodes( xj.NodePlugin(CaseFileEventStatementsPath, xj.ToArray()), xj.NodePlugin(CaseFileOwnersPath, xj.ToArray()), xj.NodePlugin(CaseFileStatements, xj.ToArray()), xj.NodePlugin(MadridInternationalFilingRecordPath, xj.ToArray()), xj.NodePlugin(DesignSearchesPath, xj.ToArray()), ))
src/utils/utils.go:101:34: undefined: xml2json.WithNodes src/utils/utils.go:102:3: undefined: xml2json.NodePlugin src/utils/utils.go:102:46: undefined: xml2json.ToArray src/utils/utils.go:103:3: undefined: xml2json.NodePlugin src/utils/utils.go:103:37: undefined: xml2json.ToArray src/utils/utils.go:104:3: undefined: xml2json.NodePlugin src/utils/utils.go:104:37: undefined: xml2json.ToArray src/utils/utils.go:105:3: undefined: xml2json.NodePlugin src/utils/utils.go:105:54: undefined: xml2json.ToArray src/utils/utils.go:106:3: undefined: xml2json.NodePlugin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using #23 to force array, undefined error
too many arguments in call to xml2json.Convert
The text was updated successfully, but these errors were encountered: