Re: Maximum Columns in Table
- From: John W. Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Mar 2008 14:25:25 -0600
On Fri, 28 Mar 2008 10:01:03 -0700, Cydney <Cydney@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
I have a huge CSV file that I need to get into columns and rows (comma
delimited). I tried to pull it into Access, but with the 255 column
limitation, I can't get it all in there. There are over 2500 columns and rows
in a numbered grid.
Any suggestions?
You'll probably need to write VBA code to read it into a 2500 element array,
and parse it out into a normalized tall-thin table structure.
I'm not quite sure what you mean by "CSV file (which has columns and rows
comma delimited already) into columns and rows" - what is the desired end
product here?? Access Tables, SQL/Server tables, another text file...?
--
John W. Vinson [MVP]
.
- Follow-Ups:
- Re: Maximum Columns in Table
- From: Cydney
- Re: Maximum Columns in Table
- References:
- Re: Maximum Columns in Table
- From: Cydney
- Re: Maximum Columns in Table
- Prev by Date: Re: LOOKUP Tables: How Do I Design and Join Them Properly?
- Next by Date: Re: Maximum Columns in Table
- Previous by thread: Re: Maximum Columns in Table
- Next by thread: Re: Maximum Columns in Table
- Index(es):
Relevant Pages
|