Name:${item.first_name} ${item.last_name}
Adresse:${item.address}
Stadt:${item.city}
Postleitzahl:${item.zip}
Bundesland/Provinz:${item.province}
Land/Region:${item.country}
Telefon:${(function() { const phoneAreaCode = (item.phone_area_code || '').replace(/.*_/ ,""); const hasAreaCode = (item.phone || '').startsWith(phoneAreaCode) return hasAreaCode ? '' : phoneAreaCode; })()} ${item.phone}
${item.first_name} ${item.last_name} ${item.phone}
Name:${item.first_name} ${item.last_name}
Adresse:${item.address}
Stadt:${item.city}
Postleitzahl:${item.zip}
Bundesland/Provinz:${item.province}
Land/Region:${item.country}
Telefon:${(function() { const phoneAreaCode = (item.phone_area_code || '').replace(/.*_/ ,""); const hasAreaCode = (item.phone || '').startsWith(phoneAreaCode) return hasAreaCode ? '' : phoneAreaCode; })()} ${item.phone}
${item.first_name} ${item.last_name} ${item.phone}