Good day
I’ll be receiving files by email, so before allocating them, I’d like to verify whether they’re in excel or text format…if they’re in text, I’ll need to convert them to excel…Please assist…Thank you.
Hi @pabaleloh
After saving the Outlook Attachment. You can check the extension by
Path.GetExtension(AttachmentFilePath)
- If the file extension is .txt, read the text data using Read Text File activity and then write this data into an Excel file using Write Range activity.
Hope it’ll helps you ![]()
Cheers !!
1 Like
@Nawazish_Ahmad Thank you so much
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.