Hive-JSON-Serde
Hive-JSON-Serde copied to clipboard
Mapping Value
Is there a way to map the value of json to some new value in hive? E.g. if import {"key":"value"} pair to a hive table, when I do "select key from table", can I get "substr(value, 3)" instead of just "value"?