B
bcd
I receive several excel spreadsheets a day that I need to import into
a normalized database. The spreadsheets have a different file name
everytime they are emailed to me, but the data is consistant. The
data is in a flat file format though, and the information that is
included (shipping info, user info, order number) are all broken down
into their respective normalized tables.
These emailed spreadsheets are the primary source of data for my
database.
I'm looking for advice for the best way to to do the following:
1. Automate the import of the spreadsheets.
2. Automate the appends into the multiple tables (I'm not even sure if
I have worked out the kinks doing this unautomated).
I've spent a decent amount of time reading this newsgroup trying to
find a good solution, but I'm a little stumped since all of my data is
driven by these imported spreadsheets. I feel like I could get my
arms around it if it was just a one time thing. To make matters
worse, I'm not 100% sure how I can maintain the integrety of the data
since I will get many of these "orders" with the same user and ship to
info. If there were a way to make this form driven I would, but the
spreadsheet method is really the only way for now. To be honest, I've
almost given up on using a normalized database and am going down the
path of just using a primarily flat file structure. I know that
almost seems criminal so I figured I would ask the question.
Thanks for any help.
BCD
a normalized database. The spreadsheets have a different file name
everytime they are emailed to me, but the data is consistant. The
data is in a flat file format though, and the information that is
included (shipping info, user info, order number) are all broken down
into their respective normalized tables.
These emailed spreadsheets are the primary source of data for my
database.
I'm looking for advice for the best way to to do the following:
1. Automate the import of the spreadsheets.
2. Automate the appends into the multiple tables (I'm not even sure if
I have worked out the kinks doing this unautomated).
I've spent a decent amount of time reading this newsgroup trying to
find a good solution, but I'm a little stumped since all of my data is
driven by these imported spreadsheets. I feel like I could get my
arms around it if it was just a one time thing. To make matters
worse, I'm not 100% sure how I can maintain the integrety of the data
since I will get many of these "orders" with the same user and ship to
info. If there were a way to make this form driven I would, but the
spreadsheet method is really the only way for now. To be honest, I've
almost given up on using a normalized database and am going down the
path of just using a primarily flat file structure. I know that
almost seems criminal so I figured I would ask the question.
Thanks for any help.
BCD