Hi All,
I have a requirement to export data from table to text file in FDMEE.
I am trying to create custom script for the same. (We did is in FDM)
Can anyone please clarify if we can use below connection string in custom script as well. I have seen examples where in we have this in BefImport script where we use Open interface tables.
sourceConn = sql.DriverManager.getConnection("jdbcUrl", "user", "password");
Thanks in advance..