Free cookie consent management tool by TermsFeed Policy Generator

Opened 10 years ago

Closed 10 years ago

#2224 closed defect (done)

TableFileParser doesn't import numeric values into string columns

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.11
Component: Problems.Instances Version: 3.3.10
Keywords: Cc:

Description

If a column of a csv file contains numeric and string data and the column is detect as string column, all numeric values are replaced with string.Empty instead of a string representation of the number.

Change History (5)

comment:1 Changed 10 years ago by mkommend

  • Owner set to mkommend
  • Status changed from new to accepted

comment:2 Changed 10 years ago by mkommend

r11274: Inserted string representation (ToString) of non-string data into string columns and increased the interval for column data type detection from 10 to 100 in the TableFileParser.

Last edited 10 years ago by mkommend (previous) (diff)

comment:3 Changed 10 years ago by mkommend

  • Owner changed from mkommend to gkronber
  • Status changed from accepted to reviewing

comment:4 Changed 10 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from reviewing to readytorelease

comment:5 Changed 10 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed

r11372: Merged r11274 into stable.

Note: See TracTickets for help on using tickets.