When converting an excel file to csv in synapse pipeline or dataflow, I need to put the values of certain cells in excel in an additional column.
I was able to convert an excel file to csv, but I can't figure out how to read the values in a particular cell and add them as a column.
What I would like to achieve is as follows. Excel sample file
I want to add "outlet_code" as a column in the "C2" cell of the Excel file. csv file



