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 an option to accept only JSON Objects #33

Closed
wants to merge 1 commit into from

Conversation

dmikurube
Copy link
Member

No description provided.

@dmikurube dmikurube added this to the v0.3.0 milestone Aug 31, 2023
Base automatically changed from flatten-json-array to master September 19, 2023 02:35
@dmikurube
Copy link
Member Author

It turned out that it wouldn't be easily realized because FilteringParserDelegate may not be able to raise an error for a JSON Object without a property matching with the JSON Pointer. (stop_on_invalid_record: true cannot be realized.)

See also:

Because of this, we decided to release embulk-util-json:0.3.0 without this feature, and embulk-parser-json:0.11.1 without one-path parsing. embulk-parser-json:0.11.1 would be just changing Value to JsonValue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant