Skip to main content

Hello,

i have a poblem with my csv output.

This is my csv output:

1234567890;KURZTUJO

0987654321;KURZTUJO

 

For this will I append a header like

ID;Name

 

My final csv file should look like this:

ID;Name

1234567890;KURZTUJO

0987654321;KURZTUJO

Thanks for help!

5 件の回答
  1. 2022年2月3日 12:49

    check below code

     

    check below code 

0/9000