View Revisions: Issue #1603

Summary 0001603: Create new 'copy if the value has changed' column transform
Revision 2014-02-25 14:49 by mhanes
Description Create a column transform that compares the old value for a column to the new value. If the value has not changed (i.e., they are equals), then either throw an IgnoreRow or IgnoreColumn exception, thereby skipping the row or column.
Revision 2014-02-25 14:49 by mhanes
Description Create a transform that compares the old value for a column to the new value. If the value has not changed (i.e., they are equals), then either throw an IgnoreRow or IgnoreColumn exception, thereby skipping the row or column.