GUI Import data: Column names not recognized for large files

조회 수: 2 (최근 30일)
Timo
Timo 2018년 3월 28일
편집: Timo 2018년 4월 2일
Version R2017b. When using the GUI: Home->Import data for csv files, I observe that the import data interface does not take over the column headers from the .csv file if the number of columns is large. I tested this with csv files containing 365 columns and 3285 columns. The large file contains copies of the data in the small files. For the first short file,the column names are recognized but not for the second file:
Is this intended or a known bug? I could not find a reference on MATLAB Answers.
Thank you!
  댓글 수: 4
Jan
Jan 2018년 3월 28일
All headers in the first line are "bla", "bla", "bla", ... Isn't this nonsense? What about using different names?
Timo
Timo 2018년 3월 28일
편집: Timo 2018년 3월 28일
This is a test file which allows recreating the problem. My original files contain private data.

댓글을 달려면 로그인하십시오.

채택된 답변

Prasanth Sunkara
Prasanth Sunkara 2018년 4월 2일
This behavior is intentional. In order for the import tool to meet performance expectations, it only processes a certain amount of a delimited file to try to find header and variable name information, among other details, and this limit is 1000 columns. Beyond this, the import tool will experience many delays in performance.
Please consider using Datastore for larger data-sets.
-Prasanth
  댓글 수: 1
Timo
Timo 2018년 4월 2일
Thank you for the very clear answer! Not knowing the reason for this behavior might confuse the user though (as it did for me). A pop-up note or similar to inform the user and point to alternatives would be helpful.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Structures에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by