I want to transfer this data from notepad to excel and split it into columns but the problem is that the data (i didn't make this) doesnt split on a delimiter. All the data looks like variations of the following this
Header: "a" "b" "c" "d" "e" ... "n"
rows: "1" "sgvgs-dvfds" "" "0.0" "d'/.d" ... "m"
Everything is contained within quotations. Does anyone know in excel on how to make it happen or even through powershell?