Home > Software design >  Windows batch script check if a csv value exist in another csv file
Windows batch script check if a csv value exist in another csv file

Time:12-20

I have developed a script to check if a value exists from one CSV file against another CSV file. I need to automate the script to read one csv file with hostname values against another logging csv file.

echo            
  • Related