E
Eskimo
I am able to import or link into Multiple CSV's in my database from a folder.
In total there are 24 csv's so there are 24 tables.
Each imported or linked table all have the same, non-normalized structure
where there is data from rows 1 through 20 that contain general information
about the product. There is nothing I need from those rows, with the
exception of a number from Row 8 Column 2.
From Row 21, the tables become more normalized as a tabled structure. The
21st row is header information and from 22 on down, lies the data that I am
looking for.
Is there a query string I can run that will pull out data from each table to
include all rows from 22 down and include the number in cell 8,2?
In other words what I am trying to do is combine all the tables, or CSVs as
one table or query, then place the corresponding number from cell 8,2 into a
column from where each line is derived from.
So really, there are a few steps here that I am doing.
1)import all the CSVs into a table or Tables.
2)filter out all the redundant data from certain cells in rows 1 through 20,
except for cell 8,2
3)grab all of the normalized data from Rows 21 on down, with 21 being header
info.
I can than apply further queries. As an example of one of the 24 CSVs... one
file name is 613844A Condensed.csv and the number in that particuliar csv is
always 83767. Each csv has its own unique number in cell 8,2.
If I can get some help here, that would be excellent.
Thanks,
Eskimo
In total there are 24 csv's so there are 24 tables.
Each imported or linked table all have the same, non-normalized structure
where there is data from rows 1 through 20 that contain general information
about the product. There is nothing I need from those rows, with the
exception of a number from Row 8 Column 2.
From Row 21, the tables become more normalized as a tabled structure. The
21st row is header information and from 22 on down, lies the data that I am
looking for.
Is there a query string I can run that will pull out data from each table to
include all rows from 22 down and include the number in cell 8,2?
In other words what I am trying to do is combine all the tables, or CSVs as
one table or query, then place the corresponding number from cell 8,2 into a
column from where each line is derived from.
So really, there are a few steps here that I am doing.
1)import all the CSVs into a table or Tables.
2)filter out all the redundant data from certain cells in rows 1 through 20,
except for cell 8,2
3)grab all of the normalized data from Rows 21 on down, with 21 being header
info.
I can than apply further queries. As an example of one of the 24 CSVs... one
file name is 613844A Condensed.csv and the number in that particuliar csv is
always 83767. Each csv has its own unique number in cell 8,2.
If I can get some help here, that would be excellent.
Thanks,
Eskimo