opencsv

Getting error while deleting files from a folder using python script

Getting error while deleting files from a folder using python script Question: Im running a python script which deletes the files from a folder.im running the script in a virtual machine…but im getting error as follows: Traceback (most recent call last): File "C:UsersDesktophytapython_scriptspython_scrfile_delete.py", line 66, in <module compare_and_delete_sql_files(folder_a, folder_b, output_csv, sql_filenames) File "C:UsersDesktophytapython_scriptspython_scrfile_delete.py", line 53, …

Total answers: 3

How Iterate each element row and compare with another elements in row

How Iterate each element row and compare with another elements in row Question: I have to fetch the values from CSV within my local machine and iterate each element and compare them with each element of another row. My CSV is stored in my Local C drive and read the value, now I need help …

Total answers: 1