Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 3 of Ticket #1819


Ignore:
Timestamp:
09/06/12 10:30:47 (12 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1819

    • Property Type changed from defect to feature request
    • Property Summary changed from DateTimes are not always parsed correctly when importing datasets to Dialog to set the separator and culture (number and date format) when importing CSV files
  • Ticket #1819 – Description

    initial v3  
     1DateTimes are not always parsed correctly when importing datasets.
     2
    13Currently the `TableFileParser` uses a heuristic to determine which format should be used for parsing numbers. This is not done when parsing dates and per default an invariant date time format is used. Therefore, files containing dates are not parsed correctly, because for example the month and day may be exchanged.