function Get-MyDemoObject {
$OBJ = @'
"P1","P2","P3"
"X","1","a"
"Y","4","c"
"Z","2","b"
"Y","6","d"
'@
$OBJ | ConvertFrom-Csv
}
Paste Hosted With By Wklejamy.pl