Saw an interesting problem involving the comparison of 2 numbers. In reality its was comparing strings and integers.
The starting point was a CSV file but as I showed last time you can create a CSV in memory
PS> $file = @'
>> "Count";"Value"
>>… Read the full text.