What source component should I pick?

One of the most useful source components is the From Translator component. Why is this?

Using Lua in the From Translator component allows one to source data from many sources such as:

  • Data from a web API

  • Files from a directory or via FTP

  • Almost anything you can imagine

However because Iguana 6 does not allow a translator component to act as a TCP/IP server then if you:

If the datasource was from File, then one might use a From File component etc. but you would be better off just implementing this using Lua in the From Translator. It’s more flexible and simpler in the long run.

Â