|
-
Dec 14th, 2005, 02:06 AM
#1
Thread Starter
Lively Member
How to: Handle CSV files > 1mill rows
Hi,
I've regular data that is in csv format and always more than 1 million row. I normally upload the data to access, then correct the data ( as some rows have repeated column headings) and run query the data and copy-paste to different excel files.
Is there any other cleaner way as it takes a lot of time and shows the limitation of excel bluntly.
regards
Satti, Charvak
-
Dec 14th, 2005, 06:19 AM
#2
Re: How to: Handle CSV files > 1mill rows
open a recordset in access (full)
open excel automation
open/add new workbok
start outputting the data to the sheet, count each row.
When you get to 65000, create a new sheet and continue.
Repeat until all data exported.
Is there a reason you want it in excel?
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Dec 16th, 2005, 06:20 AM
#3
Thread Starter
Lively Member
Re: How to: Handle CSV files > 1mill rows
Hi,
do have any code??? seesm a little confusing
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|