Hello,
Thanks in advance for any help/guidance!
I have a data directory in which are stored many .db flat text files, each with pertinent order information (from products we sell)all in the same format with a | delimiter between each data field. I think I've figured out how to read each file in the directory into the table, but is there a way I can just read all the files in the directory at once into the table, instead of one at a time?
Thanks!