Parse a multi-line block of delimited text to create an array of associative rows – PHP
I am getting a multi-line block of text from the single column of a database query result set like this: $data = <<<DATA DATE = FEE = PAYMENT 2021-03-09 = 119.25 = 119.25 = 2021-04-13 2021-03-15 = 119.25 = 119.25…