【Hive】文本中的特殊字符處理\t\r\n

這幾天處理存儲於json字段中的html文本,碰到特殊字符致使數據與字段錯位,非常煩躁。 \t:tab,跳格(移至下一列) \r:回車 \n:換行html 解決方法: 一、修改表存儲格式<失敗> 二、regexp_replace<替換>web hive> select regexp_replace('\t abc \n def \r hij', '\n|\t|\r', '');
相關文章
相關標籤/搜索