Changes between Version 12 and Version 13 of BluePrint/Importer


Ignore:
Timestamp:
04/07/10 13:23:43 (15 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Importer

    v12 v13  
    1515
    1616A generic importing tool, which allowed data to be imported from various sources automatically. The data could be parsed and fitted into our data model, or it may just be added to a news feed aggregator. This project could include:
    17     * A User friendly interface to match fields to parse the data
    18     * Importing from "flat" tables to linked tables
    19     * Methods of automatically (or with a user friendly interface) cleaning data (removing duplicate values with variations due to typos)
     17 * A User friendly interface to match fields to parse the data
     18 * Importing from "flat" tables to linked tables
     19 * Methods of automatically (or with a user friendly interface) cleaning data (removing duplicate values with variations due to typos) - for example:
     20  * If there were a list of countries which contained Indonesia, Spain, India, Indonesiasia, New Zealand, NZ, France, UK, Indonsia - the import may be able to identify whcih fields were duplicates, rather than adding 2 incorrect spellings for Indonesia.
    2021Ideally different templates will be able to be designed (by users) for importing different types of data. Machine learning algorithms with (multiple?) human verification could try parsing new data formats based on previous templates used.
    2122