Dear [email protected],

There is a new reply by kasper to the topic at the DataCleaner forum: Cleanse 
data and populate additional column

-------------------

Hi Erwin,

Yep this should be doable with DataCleaner in deed. For the >50 rule, I would 
probably use the "JavaScript transformer" to codify the rule. Sort of like:

{{{
if (a > 50) {
  return a;
}
return 50;
}}}

You could also codify the other rule to generate the boolean with the JS:

{{{
if (a != b) {
  return true;
}
return false;
}}}

-------------------

Please visit this URL to follow along in the discussion: 
http://datacleaner.org/topic/467/Cleanse-data-and-populate-additional-column

-- 
You received this message because you are subscribed to the Google Groups 
"DataCleaner-notify" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/datacleaner-notify.
For more options, visit https://groups.google.com/d/optout.

Reply via email to