Hi,
I am facing the issue that RTool. It is not giving output in alteryx workflow. I have attached the input file and workflow.
Regards
Rakesh Kumar
Solved! Go to Solution.
Hi @rakeshkumar801,
I don't think I can open your workflow properly:
Can you check if it wouldn't start to work if you will change the file path and used create a new sheet(option number 3) instead of owerrighting it.
I have a feeling it will start working for you if you will make those changes.
Hi,
If you run the same code in Rstudio importing the input file, Output2 gets 3 records and Output3 gets 1 record from input file.
Regards
Rakesh Kumar
For those of us without RStudio installed, can you please provide details as to which records are returned?
Thanks
Dan
The below code worked for me.
library("data.table")
Input3 <- read.Alteryx("#1")
Input3 <- as.data.table(Input3)