Hello. I created a datatable. I want to write this to csv. However, I cannot write in the format I want. I’m having a problem with the header. I need to get the following output.
However, I need to import it with csv extension. When using Write csv, the header is like this: filename;ImageName;Description…
So it writes them all into 1 cell. However, as seen in the picture, each should be written in a separate cell.
I’ve been trying for about 2 days and couldn’t do it.