Need to Update the data of a ASOF_DATE column in a CSV file using shell script
I am trying to update the existing csv file using shell script, there is a column called ASOF_DATE where am trying to replace the value of it to current date, I have mentioned the sample data and the shell script which i used to achieve it, The shell script am using is not helping me, its returning blank values for ASOF_DATE column, kindly suggest me best approach for it