MDX Delimiters
Summary
MDX DelimitersContent
I've created an MDX query that will be run from the command line as either MDX or Maxl.
The data defined in the ROWS comes out comma separated, but the data in the columns is fixed length. (weird)
I would really like to place my own separator, because one of the pieces of row data (account / description) has embedded spaces)
I can write a Perl script to parse -- if I had a different separator.
What are my options ?
Suggestions ?
0