Make a Custom File Reader
This is good example of how we can usePrefix Namespaces for Separating Concerns 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.
Here’s a scenario:
A large lab needs to have a file reading component which can feed files from different customers based on the prefix of the file, i.e. some files start with JJ99, others XYZ etc. depending on the source.
Let’s do it!
You’re done! The next steps are how you could further refine the code
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. Â
Â