What would you like to happen?
Similar to the "SQL" action, a functionality to read SQL code from a file would be extremely helpful in the "Table Input" transform.
Currently we have outsourced SQL queries, and use the "Load file content in memory" in order to load the whole query into a variable (e.g. ${sql_file_content}), which is then the content of the SQL input field of the "Table Input" transform, with "Replace variables in script" checked.
This is very cumbersome, and being able to read the SQL query from the file system would help.
Issue Priority
Priority: 3
Issue Component
Component: Transforms, Component: Hop Gui