Data Integrator (Python API)
Classes
cls.TableJoin Namespace Reference

Join two unsorted tables. More...

Classes

class  CTableJoin
 Class for joining two tables, each of them may not be sorted. More...
 

Detailed Description

Join two unsorted tables.

Behavior is very similar to the Unix 'join' command. When joining, an additional column can be added to specify the source of data origin. This is useful when joining multiple times from different data sources with like content.

Author
Chris X. Weichenberger
Date
2012-08-27