Skip to main content
Question

Running MapInfo MapBasic scripts with FME?

  • April 11, 2016
  • 2 replies
  • 66 views

seanob
Contributor
Forum|alt.badge.img+1

Can a FME workspace be created to run a series of MapInfo MapBasic scripts?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • April 11, 2016

If you can run a MapInfo script from the command line (and this page and this page tell me that you can) then you should be able to use the SystemCaller transformer in FME to do this.

Alternatively, you could use a shutdown script (see Navigator Window > Workspace Parameters > Advanced) to run such a command.

It depends on whether you need the workspace to finish before the script is executed. If you do, then use a shutdown script. If not, use a SystemCaller transformer.

Hope this helps

Mark


seanob
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • April 11, 2016

Thank you very much for your response. I'll give it a go and let you know how I get on.