Generate a delimited ASCII file with a data spacer and read it with Excel
Dear Mathcad Guru's,
I am using the function
array = augment(vect1, vect2, vect3,..) n vectors in total. Each vector has m rows
to create an array of data of m rows and n columns
The data can be positive or negative
Then I write the array with the command
WRITEPRN(file_name) = array
When I want to read the data with Excel, I open it with the Text Import Wizard, using the delimited option and space (or other) in order to read the various columns.
It happens very often that the text Import Wizard doesn't recognise correctly the columns.
One way to avoid this issue would be to introduce a delimitation (like space, ; or else) between the columns.
I need to be able to read the data with Excel, after I generated delimited (?) ASCII file with mathcad
I have also tried
WRITEFILE(file_name,"Excel"):=array
but it seems not to work ! What did I wrong there
Does anyone knows how to solve this issue ?
Thank you for your help
