def anonymize(value): return hashlib.sha256(value.encode('utf-8')).hexdigest()[:10]
infile, outfile = sys.argv[1], sys.argv[2] lexia hacks github
if len(sys.argv) < 3: print("Usage: python export-cleaner.py input.csv output.csv") sys.exit(1) def anonymize(value): return hashlib
Note: Publishers, authors, and service providers never pay to be reviewed. They do provide free review copies or online access to programs for review purposes.
Disclosure of Material Connection: Some of the links in the post above are "affiliate links." This means if you click on the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services that I believe will add value to my readers. I am disclosing this in accordance with the Federal Trade Commission's 16 CFR, Part 255 "Guidelines Concerning the Use of Endorsements and Testimonials in Advertising."