I have a command file that configures a database, throwing a bunch of
sources into various paths.
I have a set of TSV files. I want to do the equivalent of ADD TO, pointing
to a directory of TSV files, so that they are parsed and converted to XML
and placed in the appropriate path.
How do I do that?
Jonathan