Hi, I have a messy column in a CSV file it looks like this
column1,column2,column3
2013-01-01,Servername,dnsfsdf=""4324"" tcpsdsd=""334455"" DataTransferred=""43556677""
how do I clean up column3 and remove EVERYTHING except the datatransferred numeric amount? If it was in single quotes I can do, I can't figure out the double quote weirdness. please help
jmh