$source_csv = Read-Host "Please enter the path to the source file (CSV)" $target_csv = Read-Host "Please enter the path to the target file (CSV)" $updated_target_csv ...