My script is detecting “##” in aome fields and incorrectly splitting lines when exporting because SAP interprets these characters as line breaks. How can I solve this?
Unfortunately not with this class. For other seperators you have to use this class to convert: cl_rsda_csv_converter=>create( i_separator = ',' ) (for example) 🤗
@@selvamanii6834 I'm not quite sure I understand the requirement... In the thumbnail of my video you see the *.csv export of the data? csv file is with seperator ";" 🤔🤗
You mean how to download this file to your computer? Check out this video here a show how to download a file to the computer. ua-cam.com/video/DQdKnmon8II/v-deo.html 🤗
Nice! Simple and helpful ;) Thanks
I appreciate it and thank you for watching and commenting! 🤗
@@CustAndCode hi again. i have trouble to run it in background as a job. It doesnt create any file. Any ideas? Thanks ;)
When it runs as a job you can only save it on the application server.
Nice one! Would this also be possible for bigger datasets, let's say 1BG upwards?
That is already a large amount of data. However, since I am not aware of any limitations of the class or method, it should work. Best to test it 🤗
My script is detecting “##” in aome fields and incorrectly splitting lines when exporting because SAP interprets these characters as line breaks. How can I solve this?
Maybe they are line breaks which are just not displayed correctly. You have to replace them before🤔
How to download csv excel file separated by comma instead of semicolon
Unfortunately not with this class. For other seperators you have to use this class to convert: cl_rsda_csv_converter=>create( i_separator = ',' ) (for example) 🤗
how to seperate by colunm in csv
I do not exactly now what you mean 🤔 the columns are already seperated by " ; " 🤗
@@CustAndCode likewise excel format a b c d
mandt carid 19.08 USD
but the file should be in .csv file , is it possible
@@selvamanii6834 I'm not quite sure I understand the requirement... In the thumbnail of my video you see the *.csv export of the data? csv file is with seperator ";" 🤔🤗
@@CustAndCode Thank you for your valuable reply
@@selvamanii6834 Thank you! And thanks for watching and commenting 😀
How to seperate them with '|' in CSV file
Not with this class. For other seperators you have to use this class to convert: cl_rsda_csv_converter=>create( i_separator = '|' ) (for example) 🤗
seperate by cell in csv excel file
You mean how to download this file to your computer? Check out this video here a show how to download a file to the computer.
ua-cam.com/video/DQdKnmon8II/v-deo.html
🤗