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 answers
  1. Feb 3, 2022, 12:49 PM

    check below code

     

    check below code 

0/9000