Forum Discussion
r script returns text values and not attachments in dataset
Hi Anonymous,
What is your data source then? Could you please share it to me together with your excepted result? So that I can test it my side.
Regards,
Frank
- Anonymous7 years agoNot applicable
Thanks for your response!
I am extracting my inbox email data here from Microsoft exchange online. I cant send across the dataset due to company policy but I am attaching snapshot of all the columns.
Since I want all the emails in the inbox from Cash team I am trying to filter out all the RE: and Fw: here using Rscript. After I filter the emails R-script returns me the following table.
On expanding the values column I see that my input table column values have been converted to string format. Since in the next steps I want to extract the pdf attachment in table under Attachments column, i am not able to do so anymore.
I hope the problem and solution expected is clear.