Dear all,
i have a bit strange csv-file which looks as following
1336621,VERIFIED,26053408,4404389010/2013,EUR,2013-11-05,2018-11-07,EUR,"-264.913,02","-265.118,47",FIX,6.000.000,"0,04",,,,ACT/ACT.ICMA,NONE,2013-11-07,1Y,7,,,UNADJUSTED,FLT,6.000.000,,"0,03",360,MODFOLLOWING,2013-11-07,3M,7,,,ADJUSTED |
The Problem is that delimiter is comma and comma is also used in texts.
I tried to use split at comma, but this was not really helpfull
In online I could use ALSM_EXCEL_TO_INTERNAL_TABLE and I hope that with abap2xlsx its also possible to read this file in Background but ZDEMO_EXCEL37 only allows to upload xslx.
Is it possible to read this special csv file with abap2xlsx?
Kind regards
Marcus