How to replace column headers in CSV file by using replace expression.
Here is the replace expression I am using. But not able to see the correct header names in the final output.
Attached is the sample replace expression
replace(replace(replace(outputs('Compose'),
'Static_DSP_Code','Static DSP Code'),
'Static_DSP_Station','Static DSP Station'),
'Location_Level_1','Location Level 1')
When I run the flow this is what I am seeing.
But the expected output should be this