You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by GitBox <gi...@apache.org> on 2022/03/30 09:15:55 UTC

[GitHub] [incubator-linkis] CCweixiao opened a new pull request #1836: 下载csv格式数据时,字段值为json数据格式,会被英文逗号切割导致数据列错乱问题改善

CCweixiao opened a new pull request #1836:
URL: https://github.com/apache/incubator-linkis/pull/1836


   https://github.com/apache/incubator-linkis/issues/1832
   
   下载csv/excel格式数据时,字段值为json数据格式,会被英文逗号切割 错乱,数据在下载时,是否可以指定一个默认选项,让用户选择是否把每个字段的数据值用""包裹。
   
   When downloading data in csv/excel format, the field value is in json data format, which will be divided by English commas. When downloading the data, can you specify a default option to let the user choose whether to wrap the data value of each field with ""?
   
   数据下载接口resultsetToExcel 增加额外选项,quoteRetouch,默认false,如果为true会对结果集的数据进行英文双引号修饰,作为列识别符号。
   如:原始数据
   1,2,3,{"a": 1}
   会被转变为
   "1","2","3","{a: 1}"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong closed pull request #1836: 下载csv格式数据时,字段值为json数据格式,会被英文逗号切割导致数据列错乱问题改善

Posted by GitBox <gi...@apache.org>.
peacewong closed pull request #1836:
URL: https://github.com/apache/incubator-linkis/pull/1836


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org