Shiny.dat File For Pgsharp _top_ File

// Do something with the data Console.WriteLine(record["column1"]);

Android > data > com.nianticlabs.pokemongo (or the PGSharp specific folder) > files Shiny.dat File For Pgsharp

# Expand 1-10 into individual lines $lines = Get-Content ranges.txt $out = foreach ($l in $lines) if ($l -match '^(\d+)-(\d+)$') $start=$matches[1]; $end=$matches[2]; $start..$end elseif ($l -match '^\d+$') [int]$l // Do something with the data Console