Import flat file containing commas/quotes into SAP BODS

a 夏天 提交于 2020-08-10 04:23:07

问题


Hi I have a row like following in .csv file

12346,abcded,ssadsadc,2013.04.04 08.42.31,8,"I would like to use an existing project as a template for a new project for another Report Suite but it just overwrites the existing project rather than creates new one even when I use the ""Save As"" function.",Analyst,,5,"Hotel Room,Literature,Open/ Create",,

the text string has " and , as part of the string. Hence I am not able to use " as text delimiter in SAP BODS file format.

Could somebody help me on this?


回答1:


Use a delimiter that is not expected to be in your data (ex. ~ or | ) or a string of multiple characters (ex. $^$ )



来源:https://stackoverflow.com/questions/24677937/import-flat-file-containing-commas-quotes-into-sap-bods

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!