I have a dictionary like this
customers:
abc:
id: 1
status: active
def:
id: 2
status: inactive
ghi:
id: 3
status: active
jkl:
id: 4
status: active
What's the best way to construct a string like below of the active customers only?
abc,ghi,jkl