Skip to content
wattenberg edited this page Sep 14, 2010 · 7 revisions

DATA IMPORT

We currently support three data formats:

  • paste from spreadsheet/HTML page
  • import CSV file
  • import TSV file
  • Limitation: if your database has more than 20,000 rows, you may run into problems. Also, once your database has more than a few thousand rows, you may experience sluggish response time.

    DATA FIELDS


    TimeFlow supports five types of data fields:
    • text
    • lists: compilations of comma-separated text values
    • URLs
    • numbers: European style numbers are not supported (e.g. 2.000,00 is not supported)
    • dates: a variety of formats are supported (having dashes, slashes, all numbers, numbers with words in English for months, etc.) Years are always required. Hours aren’t required but, when present, are supported in a 24-hour clock. European style dates (with days before months) are not supported (e.g. 08/02/2010 is interpreted as August 2, 2010)
Clone this wiki locally