Set snake case strategy globaly #2314
Unanswered
alxNoComment
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in models:
public string RatingCoverUrl { get; set; }
in CSV
rating_cover_url
How can i globaly for all models set snake_case ? I have more 100 models with 10-30 fields. I dont want write the same thing 3000 lines code mapping
i didnt find in CsvConfiguration nothing
Beta Was this translation helpful? Give feedback.
All reactions