How to export csv file attached in the mail from workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-06-2021 08:29 AM
I want to export csv file attached in the mail from workflow. I am able to export the textfile but I want to export csv file instead of textfile.
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-07-2021 02:32 AM
if your workflow creates a CSV file then the email activity can send it as an attachment.
The CSV attachment then can be opened in your application (e.g. Excel).
Please explain in more details where is the issue. An example will help.
The CSV attachment then can be opened in your application (e.g. Excel).
Please explain in more details where is the issue. An example will help.
Regards
Zdeněk Pala
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-07-2021 04:13 AM
Hi,
I have a workflow that runs a command in switch and I can send the output of the switch in email in textformat but I want that to be send as a CSV format. Here is the exampleworkflow.
I have a workflow that runs a command in switch and I can send the output of the switch in email in textformat but I want that to be send as a CSV format. Here is the exampleworkflow.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-07-2021 04:41 AM
The CSV format is text format where columns are delimited by comma (https://en.wikipedia.org/wiki/Comma-separated_values).
The code you shared should generate a file. I expect there is another activity that sends the file by email.
Can you share the attachment from that email?
I still do not understand what is not working. 😞
The code you shared should generate a file. I expect there is another activity that sends the file by email.
Can you share the attachment from that email?
I still do not understand what is not working. 😞
Regards
Zdeněk Pala
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-07-2021 04:53 AM
From the above program I only receive a name of the file but not the content of the file in my email.---> /tmp/.csv
