Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/15 15:33:15 (8 years ago)
Author:
gkronber
Message:

#2071: only preview first 500 lines of data in CSV import dialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.cs

    r12012 r13413  
    129129                        (DateTimeFormatInfo)DateTimeFormatComboBox.SelectedValue,
    130130                        (char)SeparatorComboBox.SelectedValue,
    131                         CheckboxColumnNames.Checked);
     131                        CheckboxColumnNames.Checked, lineLimit: 500);
    132132        IEnumerable<string> variableNamesWithType = GetVariableNamesWithType(csvParser);
    133133        PreviewDatasetMatrix.Content = new Dataset(variableNamesWithType, csvParser.Values);
Note: See TracChangeset for help on using the changeset viewer.