Versions Compared

Key

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

This is good example how we can Eliminate bottlenecks with IguanaX. This is the problem. by building a custom file reader component which has a simple interface for a unique purpose rather using a general purpose no code solution - see The problem with no-code solutions

A large lab needs to have a file reading component which can feed files from different customers based on prefix of the file, i.e. some files start with JJ99, others XYZ etc. depending on the source.

...

How can we make a super streamlined component which:

...

Matches the requirements

...

Is easy to implement

...

Let’s do it!

Expand
titleImport a custom version of the file reader from git@bitbucket.org:interfaceware/file_tutorial.git

Create component from Git URL - leave the component as Editable

Copy paste the URL from here:

Code Block
git@bitbucket.org:interfaceware/file_tutorial.git

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

...