J
Justin
I have this problem. I have this database where user will import 35 files
daily (have a form for uploading). Now, this process takes about 30 secs,
max.
Thing is that I am importing the files twice. reason is that I have to take
the top part, append taht data to table 1 and then the bottom part, append
that to table 2.
Unfor, the columns aren't linedup to do one "import specification". That is
why i have 2 import specification for the 2 uploads.
Wondering if there is a way to have it so that, I import the files straight
to one tables, without break lines for columns, then have some coding to tell
which parts go to which tables
daily (have a form for uploading). Now, this process takes about 30 secs,
max.
Thing is that I am importing the files twice. reason is that I have to take
the top part, append taht data to table 1 and then the bottom part, append
that to table 2.
Unfor, the columns aren't linedup to do one "import specification". That is
why i have 2 import specification for the 2 uploads.
Wondering if there is a way to have it so that, I import the files straight
to one tables, without break lines for columns, then have some coding to tell
which parts go to which tables