I have some documents from which I need to process the numerical data, therefore I would like to extract every value and form an array out of it. How can I do that if the formatting of the values is the following:
1,234567E+12 1,234567E+12 1,234567E+12 1,234567E+12
1,234567E+12 1,234567E+12 1,234567E+12 1,234567E+12
1,234567E+12 1,234567E+12 1,234567E+12 1,234567E+12
And the spacing in between the values sometimes varies.
Thank you all