In the first hour of the webinar we walked through the process for how to learn anything (including AutoHotkey) quickly
Hour 1: High-level overview
Hour 2: Q&A
Script Highlight: Merging / Appending files of similar structure
- A-Z Database allows for extracting contacts up to 1,000 at a time. Check your local library for access
- For simplification I extracted 25 at a time, then merge together.
- Each csv file has a header row
- Every file has the same headers
- Get the source code here