CSV FILE TOO LONG FOR EXCEL

  • Thread starter Thread starter lehigh46
  • Start date Start date
L

lehigh46

Hi All,

I'm trying to load a .csv file, but it won't fully load because it's
longer than 65,536 lines.

How can I load the entire file, even if it goes to a second worksheet.

The file is 3 columns wide.

Thanks for your help


Tom Snyder
 
How about opening the .csv file in Notepad and split it into smaller pieces.

Then you can open each of the smaller pieces separately.
 
Hi,

Depending on what you are trying to do - my guess is probably some ETL work,
you could just import it into access, and run a query on it.

Access should be able to handle whatever you want to throw at it.

Warm regards

Sunil Jayakumar

Dave Peterson said:
Slightly off topic.

I really like UltraEdit as a text editor. It's not free, but inexpensive.

www.ayyoo.com/credit-cards.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top