Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode can't open large CSV file #16335

Closed
pcgeek86 opened this issue Dec 1, 2016 · 6 comments
Closed

VSCode can't open large CSV file #16335

pcgeek86 opened this issue Dec 1, 2016 · 6 comments
Assignees
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@pcgeek86
Copy link

pcgeek86 commented Dec 1, 2016

  • VSCode Version: 1.7.2
  • OS Version: Windows 10 Anniversary Update

Steps to Reproduce:

  1. Download Lending Club data for Q3 2016
  2. Extract ZIP file into CSV file (76.3 MB uncompressed)
  3. Open CSV file in Visual Studio Code

@alexandrudima you asked for a new issue, for each unique case of large files, so here's mine. Let me know if you need anything else from me. #6474 #13187

Notes

  • Notepad opens the same file successfully
  • Excel 2016 opens the same file successfully

Cheers,
Trevor Sullivan
Docker Captain
Microsoft MVP: Cloud & Data Center Management
https://trevorsullivan.net
https://twitter.com/pcgeek86

@alexdima alexdima added the feature-request Request for new features or functionality label Dec 2, 2016
@alexdima alexdima added this to the Backlog milestone Dec 2, 2016
@alexdima alexdima added the editor label Dec 2, 2016
@poscar
Copy link

poscar commented Feb 4, 2017

👍

@tylerwaterfall
Copy link

tylerwaterfall commented Mar 9, 2017

What is the filesize limit? I have the same issue - a log file (tab separated) 76MB... No issues with other text editors. :(
(Working on Mac OS.)
I'm looking for a different editor then on Mac :(

@leizhiyuan
Copy link

@tylerwaterfall
according this File
https://github.com/Microsoft/vscode/blob/master/src/vs/platform/files/common/files.ts

export const MAX_FILE_SIZE = 50 * 1024 * 1024;

It may be 50m size..

@alexdima alexdima modified the milestones: July 2017, Backlog Jul 7, 2017
@dragonwolf83
Copy link

Let's not call this a large file, this is a medium file. Large files get in the range of 700MB - 4GB range. This is an important distinction because a lot of editors can open medium size files (100-400MB) but fail in the true large file size range.

@weinand weinand added the verification-needed Verification of issue is requested label Jul 28, 2017
@isidorn isidorn closed this as completed Aug 2, 2017
@isidorn isidorn added the verified Verification succeeded label Aug 2, 2017
@isidorn
Copy link
Contributor

isidorn commented Aug 2, 2017

This file can now nicely be opened in the 64 bit version of vscode

@pcgeek86
Copy link
Author

pcgeek86 commented Aug 3, 2017

Awesome! 🤓

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

8 participants