Hello,
this is my file format:
MP,EX,1,1.081048e+10
MP,ALPX,1,9.600000e-06, 3, 2.3
MP,NUXY,1,3.000000e-01
CX,DENS,1,2.797598e-01
BT,KXX,1,6.752689e+02
MP,C,1,3.448000e+05
I want to extract first sring, then second, then I want to extract all numbers in to a float till I come newline, there could be up to 10 values. How do I extract if my input is separted by comma instead of space?