I am trying to download csv file from react app, I am getting the headings as label from my json file but I need to change the headers with spaces

I am trying to download csv file from react app, I am getting the headings as label from my json file
but I need to change the headers with spaces
I tried giving it as column headers still it did not work

this is what I am getting
enter image description here
expecting these headers with spaces
enter image description here
I tried giving it as column headers still it did not work enter image description here
what am I missing here