I have a data flow that converts excel files into a csv file and doing some data transformation in between. Is it possible that the filename of the output (sink file) be the same as the input (source file)?
CodePudding user response:
You can pass the filename as parameter to the dataflow and use it in the option "Output to single file"