Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My company has an access Macro that is manually run every week. Part of the process is deleting files and copying files between folders. I would like call this macro from Talend. Could someone please show me how to call an access macro from talend?
do You really need this?!
why not re-create this functional with Talend? much more relevant system for this
in worst case - use tSystem component
https://stackoverflow.com/questions/15220462/batch-file-to-run-an-ms-access-query-and
Hello @Robert_gill
you can call macro from talend by tSystem Component.
In tSystem, we call a batch file and in batch file we can call .vbs (visual basic script).