Hi All,
I've around 200+ txt files in a folder, how to save all of these files as .csv file instead of .txt
Example:
Sample Input files >>
File1: Payments.txt
File2: Region.txt
Output file >>
File1: Payments.csv
File2: Region.csv
Here I'm just trying to save the file in csv format.