Hello,
does anybody know if there is a way to import tabular text using COL file with an agent?
Hello,
does anybody know if there is a way to import tabular text using COL file with an agent?
Subject: yes and no
There isn’t a pre-written agent. You can write your own Lotusscript agent to read a txt file, at which point you wouldn’t need the COL file. You’re going to want to look at functions like notesstream, stream.open, stream.readtext.
Check out the help. If you look for “read from a file” in these forums, you will probably find some additional examples.