Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is good example of how we can Eliminate bottlenecks with IguanaX https://interfaceware.atlassian.net/wiki/spaces/IXB/pages/2683338904 by building a custom file reader component which has a simple interface for a unique purpose rather than using a general purpose no code solution - see The problem with no-code solutions.

...

Expand
titleUse +FROM URL to import a custom version of the file reader component for this tutorial

This component generates some test files to make it easier to learn how to make a custom file reader.

You can useCreate component +FROM URL to import the component.

Copy paste the URL from here:

Code Block
git@bitbucket.org:interfaceware/file_tutorial.git
Expand
titleClick Edit on the Customize then the Copy and Edit button so you can access the Translator and alter the codecomponent card, then MAKE A COPY AND EDIT to open the Translator editor

Refer to Customizing components to see how it's done if you have not done this before.

...

There is no limit to how you can streamline the usage of a custom component - if that helps address a bottleneck, then it is well worth it.  

...