Write to csv problem

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.

Hi,

Did you set Comma in Delimiter property in WriteCSV?

image

If possible, can you share your project as file? It’s no problem if sample project and data.

Regards,

@Ranya

In the cav properties panel please set the delimiter to semi colon

Cheers