Home > User Voice > Generate text file

Generate text file CLOSED
0

Would be nice to be able to have an action that creates a plain text file from a value programmed similarly to a business rule. This would be useful when creating input for bank transfers and possibly other applicatins that accept plain text file as an input.

MVP

Hi Michał,

even so it's a little bit hidden, you can already achieve it. The Add Attachment action supports generating a new file since you are using plain text this should solve your problem.
https://docs.webcon.com/docs/2023R3/Studio/Action/Attachments/Action_AddAttachment#5-based-on-sql-query

SELECT CONVERT(IMAGE, '{1006}') as Content, 'File.csv' AS FileName

Best regards,
Daniel