Hi,
I'm trying to download a CSV file (Created with CSV Buffer)
Using procedure:
Can anyone help with resolving this problem?
Thanks, Hasnain Ali. it's working.
Hi Abdullah,
You will have to use SaveDataToBlob procedure and DownloadStream to download it. For this, convert csv to InStream. You can use Temp Blob.
Example:
TempCSVBuffer.SaveDataToBlob(TempBlob, ';');';' is the seperator here. TempBlob.CreateInStream(InStream, TEXTENCODING::UTF8); DownloadFromStream(InStream, '', '', '', 'Your file name here with extension');
Hope this will work
Here is also some additional info about handling files though a stream.
learn.microsoft.com/.../file-downloadfromstream-method
You have to go through a stream to download the content,
Erik has made a great video about this that can be good to watch.
www.youtube.com/watch
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Andrés Arias as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Sumit Singh 3,152
Nimsara Jayathilaka. 2,944
Sohail Ahmed 2,444 Super User 2025 Season 2