Currently, when input is "table", the columns are split with whitespace. This is a problem when working
with tab separated data that also includes spaces. io_lib should be modified to handle this case, and to perhaps even enable specifying the delimiter character.
Currently, when input is "table", the columns are split with whitespace. This is a problem when working with tab separated data that also includes spaces. io_lib should be modified to handle this case, and to perhaps even enable specifying the delimiter character.