sap-data-services

Reading csv file with double quote delimiter in SAP BODS

给你一囗甜甜゛ 提交于 2021-02-11 15:40:56
问题 I am trying to read a csv file in SAP BODS the file delimiter is ,(comma) and text delimiter is "(double quotes) the text withing the "" AND COMMAS also have double quotes in them due to which the column is being split into new column Is there any way i can only use header columns as a reference for the column definition? 来源: https://stackoverflow.com/questions/61456032/reading-csv-file-with-double-quote-delimiter-in-sap-bods

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