Save Data from slices with co-ordinates

I have a CFD domain with non-uniform grids. I am making a slice in the domain to visualize some parameters like (pressure, temperature, and velocity). Now I want to save the slice data in csv file with X Y Z coordinates. In the file, I want parameters as well.

What will be the best approach?

So far I have tried to save data using field association, in that file I don’t see X Y Z coordinates.