Revision 831164

Go back to digest for 13th July 2008

Features in Office

Jarosław Staniek committed changes in /branches/koffice/1.6/koffice/kexi/plugins/importexport/csv:

CSV Import Dialog
- added support for boolean (1, 0, yes, no, true, false) and floating-point data types
- fixed all dates after 2000 appearing after import wrongly as being of the 20th century i.e. 1901 or 1902 instead of 2001 or 2002; to implement this, added config value MinimumYearFor100YearSlidingWindow, by default 1930, range of years that defines where any year expressed as two digits falls.

For date window from 1930 to 2029, two-digit years between 0 and 29 fall in the 2000s, and two-digit years between 30 and 99 fall in the 1900s.

File Changes

Modified 3 files
  • /branches/koffice/1.6/koffice/kexi/plugins/importexport/csv
  •   /kexicsvimportdialog.cpp
  •   /kexicsvimportdialog.h
  •   /kexicsvimportoptionsdlg.cpp
3 files changed in total