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