From: "Chris H" <bsd-lists@@@BSDforge.com>
To: "Julian H. Stacey" <jhs@@@berklix.com>
Subject: Re: Exporting phone list to a fritz router (.xml) & android phone app.
Date: Mon, 27 Nov 2017 16:51:23 -0800
Sender: owner-freebsd-ports@@@freebsd.org

...
I guess if it were me; based on as much of your code as I examined, and
the ports mentioned above. I'd probably go with: deskutils/dlume
or perhaps better, cobble my own.
Managing the numbers, and associated info in CSV format seems like it would
be almost trivial. In my mind could nearly accomplish the whole matter with
awk(1).
In fact, I'm currently managing a database with over 9 million records,
and extract, and format most of it with awk. *Super* fast, and much easier
than sed(1). Which is what I was originally attempting to do it with.

My .02¢ FWIW

--Chris
