I needed to create a new column(FILE_DT)and apply the constant values to all the rows after reading this csv file as a PySpark dataframe.
For example: Sample dataframe
constant values: 2022-10-01
NAME   INFO   TITLE   FILE_DT
AAA    222     BBB    2022-10-01
ACC    111     CCB    2022-10-01  
ADD    333     DDC    2022-10-01
ASS    444     NNC    2022-10-01
 
    