On Mon, 11 Jan 2016, Jim Garrison wrote: > "Impedance matching" like that is usually a two-step process... Figure out > and extract the input fields, then reformat to the input expected by the > destination. Without knowing both you'll probably end up with something > that still needs massaging to get into your target system.
Jim, Yep. Actually, I need to extract specific fields, one per line. I've several targets, but having the clean output makes life a lot easier for me. > Unless of course you intend to modify the script by writing the output > module. Also, according to Wikipedia, there are several variants > (vCard 2.1, 3.0 and 4.0) as well as jCard, hCard and xCard (JSON, > HTML and XML respectively). As long as they have the same names for the fields, e.g., FN for full name and ORG for the company name, that's not an issue. > If you're handy in Perl I'm not. But I think that a Python script is what I need to write. Thanks, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
