-
Notifications
You must be signed in to change notification settings - Fork 36
conversion:fromCol
Tim L edited this page Jul 8, 2013
·
3 revisions
- conversion:fromCol is a type of conversion:Enhancement
conversion:enhance [
conversion:fromCol 2;
conversion:toCol 4;
a qb:Observation;
];
is equivalent to:
conversion:enhance [
ov:csvCol 2, 3, 4;
a qb:Observation;
];
- Created in response to #339