by Peter Prokopecz DAXVision | Dec 9, 2022 | Dynamics 365FO
Here I share a simple example for exporting data in ASCII ‘csv’ file format. The file is saved to the folder that is set up in the web browser. public static void main(Args _args) { Filename fileName = ‘Filename.Txt’; AsciiStreamIo asciiIo =...