notin

read a csv file and validate whether input parameter is in the csv file then bypass the purge process otherwise initiate purge process using python

read a csv file and validate whether input parameter is in the csv file then bypass the purge process otherwise initiate purge process using python Question: sample csv file: test.csv process_cd ramsize dbsize protocal random function will be called with below parameters self.complete_stage_purge_process(self.targetCnxn, self.targetTable, self.processCode) sample process codes: test protocal forensic each time function is …

Total answers: 2