This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
---
Alias: [""]
Tag: ["🏇", "🧍", "🇨🇭"]
Date: 2023-04-19
DocType: "Person"
Hierarchy: "NonRoot"
TimeStamp:
location: [47.53507105,8.707479726475132]
CollapseMetaTable: true
Person:
LastName: Bossio
FirstName: "Juan Bautista"
DoB: 1984-04-19
Address:
Phone: "+54 9 2227 55 0907"
Email:
Relation: Groom
Instagram:
Facebook:
Twitter:
---
Parent:: [[Polo Park Zürich]], [[@Sally|Sally]]
Parents::
Siblings::
Spouse::
Children::
 
```dataviewjs
let tempPhone = dv.current().Person.Phone ? dv.current().Person.Phone.replaceAll(" ", "") : '+000'
let tempMail = dv.current().Person.Email ? dv.current().Person.Email : ""
let tempCoorSet = dv.current().location ? dv.current().location : [0,0]