Hi,
I have a cloud flow that is using a .csv file and have the first row as the header and need to replace the text to rename the columns.
Example, is I have a column called "Issue_Key" and I need it to say "Key" (I have other columns as well I need replaced)
Also, I only want it in the header row and not in the stream of data, so if a record contains "Issue_Key", leave that as is.