def is_agent_id()

in convert_csv.py [0:0]


def is_agent_id(maybe_agent_id):
    return re.match("[io]-[0-9a-z]{17}$", maybe_agent_id)