I have got a requirement in which I need to append(add suffix) output file name with first value of a column in input file.
My input file has date_column. I need to add the first row value of this column to the output file(excel) as suffix.
Please suggest.