|
|
@@ -78,8 +78,8 @@ var Pipeline = module.exports = (function(){
|
|
|
/* Move filters up where possible.
|
|
|
CW TODO -- move filter past projections where possible, and noting corresponding field renaming.
|
|
|
*/
|
|
|
- if (pipelineInstance.preParse instanceof Function) {
|
|
|
- pipelineInstance.preParse();
|
|
|
+ if (pipelineInstance.preProcess instanceof Function) {
|
|
|
+ pipelineInstance.preProcess();
|
|
|
}
|
|
|
|
|
|
/*
|