Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

R Tool issue with PDF parsing

amitsingh145
8 - Asteroid

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

2 REPLIES 2
AbhilashR
15 - Aurora
15 - Aurora

@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.

 

AbhilashR_0-1585772125739.png

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.

 

amitsingh145
8 - Asteroid

Thanks a lot @AbhilashR !!

Labels