R Tool issue with PDF parsing
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I'm trying to export PDF files to Alteryx using R tool. I've uploaded the R package pdftools. But I'm getting this error
Error: R (2): Error in file(con, "rb") : invalid 'description' argument
I've reinstalled Alteryx with Predictive Tools Kit. Still it throws the same error. Please look into this. I'm attaching the yxzp file.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@amitsingh145 - Modify the File Specification option to just bring in PDF files (*.pdf). You are getting that error because the directory tool is passing pdf and non-pdf tools to the R tool in this case.
Also, follow the guidance in the following link on installing R packages: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Install-R-Packages/ta-p/41265
Please mark this post as solution accepted if it answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks a lot @AbhilashR !!
