Hello everyone !
Does anybody use SAS DB connection?
Right now I'm exporting CSV files from SAS and importing the CSV to FME. Is there a way to add a direct connection between SAS and FME (like PostGreSQL - FME connection)?
Ciao,
Théo
Hello everyone !
Does anybody use SAS DB connection?
Right now I'm exporting CSV files from SAS and importing the CSV to FME. Is there a way to add a direct connection between SAS and FME (like PostGreSQL - FME connection)?
Ciao,
Théo
Hi @theodrogo,
I'm not familiar with SAS but if they have a jdbc driver you could use the JDBC Reader/Writer to connect. It looks like SAS has a rest api documentation as well so you could use the HTTPCaller to access your data and push it back to SAS.
Hope that helps.