wiki:TableObject

Table Objects

Table objects, roughly speaking, are a set of columns and lines (data sets).

The user can define columns where the data is entered manually, but also columns can be added that are automatically filled in with data from another table by matching.

In order to explain matching, let me give the following example:

Let there be two tables A and B, with columns A1, A2 and B1. Now a user could add a new column (called B2) to table B, using data from table A. Say that B1 contains GIS-IDs, and A1 and A2 GIS-IDs and their respective geographic coordinates. Then the user could fill the new column B2 with those values of A2, where A1 is equal to the given B1. This is the simplest possible scenario for matching.

In the example above, matching by equality was used, but other matching criteria could be used, too.

Last modified 14 years ago Last modified on Feb 26, 2010, 11:26:32 AM