I recently had a requirement to take many pieces of data from D365FO, create a CSV file out of each data piece, and then wrap these files in a zip file for easy downloading by an end user. In my case, the requirement was that all of the data should be held in memory (never written to disk). I wanted to show the process of how I achieved this.
To show how I did this I will be…
Continue Reading Alex’s Article on their blog
Creating a Zip File From Multiple MemoryStreams in D365FO – Alex Meyer
A guide on how to take data from multiple SQL tables in D365FO and export it via zip file for downloading by an end user.
Blog Syndicated with Alex’s Permission