I wanted to execute the R code from the SSIS package. How to add a data control that executes R code? SSIS only supports vb.net and asp.net.
SSIS has many data transformations, but R is very friendly when it comes to data manipulation.
I want to run R code from SSIS scripts or some other way. Basically, I'm trying to integrate R into the ETL process.
I wanted to extract data (E) from a CSV file.
Convert (T) to R and upload (L) to the Microsoft database. Is it possible for this workflow to be executed in the SSIS package by executing an R-script using SSIS data controls? Thanks!
source share