Closed mangalapalli closed 6 years ago
camelCasing, no.
toUpper and toLower, yes.
Need to use the latest release and the "beta" modify transforms.
Is it possible for ignore case in Jolt Spec?
No, since Jolt operates on Map<String,Object> and Map is case sensitive.
Sounds like a feature request, for a new wildcard, kinda like "rating-*".
Dear @mangalapalli ; there exists such a workaround currently on SO -> https://stackoverflow.com/a/75399297/5841306 , keep jolting !
HI Team,
How can we handle string case(Upper case to lower Case, vise versa) changes in Jolt . i would request suggest me the available options in Jolt for the above one.