Dynamics of exporting text file using AX

Asked By 0 points N/A Posted on -
qa-featured

I used AX to export data to text file. However, when I exported, it comes with double quotation "Assets". This is very annoying to me. Please help me on how to fix this. I want the data exported without the double quotation. Thank you.

SHARE
Answered By 30 points N/A #170221

Dynamics of exporting text file using AX

qa-featured

 

Hello there,
 
Yes, this is a bit annoying problem, but luckily, not hard to be fixed. This happens when you use CommaIO for exporting data while you could and should use TextIO.
 
The solution is simple – just instead of CommaIO use the TextIO and  annoying double quotations will disappear.
 
I've attached a code just in case you need it.

Related Questions