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 de-serializer options to handle Pascal case similar to JsonSerializerOptions.PropertyNameCase #536

Open
ErikApption opened this issue Jul 22, 2024 · 1 comment

Comments

@ErikApption
Copy link
Contributor

ErikApption commented Jul 22, 2024

Issue description

If you need to handle parquet files that use lower case column names and match them with nicely formatted Pascal case c# classes, the only way is to add [JsonPropertyName(...)] to each property.
Any chances to get a deserializer property similar to PropertyNameCase in System.Text.Json?

@Pragmateek
Copy link

Pragmateek commented Sep 12, 2024

Same need here, and unfortunately I currently cannot use JsonPropertyName because there is a version conflict I've not managed to sort out yet.

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

No branches or pull requests

2 participants