Parsing a VCF contact file with AutoHotkey

preview_player
Показать описание
My friend had over 3,000 contacts in his Android phone and we wanted to automate texting & emailing them. Android exports to VCF files but it is a crappy format! Maestrith and I wrote this script which "flattens" the file into a tab delimited format.

Рекомендации по теме
Комментарии
Автор

I'm currently writing a drag and drop email parser for my job. I organise, or at least used to, a lot of travel and accommodation (before the Corona Virus). I get different confirmation emails for hotels, flights, trains, car hire each. They're all mostly the same within each of these 4 types because I use the same companies for each for the most part. My hopes is that I finish each of these 4 parsing templates (currently half-way) so that my colleagues and I can just drag and drop groups of new confirmation emails onto my GUI and that it recognises what type is each, parses them into a variety of fields (name, date, hotel address etc) and can either export them into a new csv file to manually add to the log (don't want to automatically update the log until I am 100% sure its safe), or maybe display each result in edit fields to have a look at each one briefly before either saving to the export or skipping, to have a look at manually, if it hasn't carried over properly. It's a lot of string manipulation and searching but the 2 templates I have done seem pretty reliable. Only problem is if I do some people/myself out of a job... Maybe I'll just use it for my own purposes....

apophisdd
Автор

Joe, the more you share what you have automated the more I realizing that UI Path cant perform such stuff like AHK can.

rimantasdanilevicius