Hi!
Does anyone have a workaround for a Map/Reduce script that contains multiple formulas in a summary search of the getInputData stage?
Apparently, not all columns are returned in the Map stage. The only solution I can think of is to fetch the result in the getInputData stage and build the array that is passed to the Map. The problem with this is, it might not be scalable and defeats the purpose of MR.
Thank you!
b
battk
01/02/2021, 3:44 PM
create the search in code during getInputData, set the name of your formula columns to things like
formulatext_0
👍 1
a
alien4u
01/02/2021, 8:15 PM
If you create the columns this way you would not have any problems with multiple
formulanumeric
or multiple
formulatetext
and you avoid naming each formula in different ways.