--- On Sat, 12/18/10, Lance Norskog <goks...@gmail.com> wrote: > You can have a file with 1,2,3 on > separate lines. There is a > line-by-line file reader that can pull these as separate > drivers. > Inside that entity the JDBC url has to be altered with the > incoming > numbers. I don't know if this will work.
I'm not sure I understand. How will altering the JDBC url change the name of the table it is importing data from? Wouldn't I need to change the actual SQL query itself? "select * from Document1" "select * from Document2" ... "select * from Document36"