MoCheeks
12/17/2021, 4:50 PMSandii
12/17/2021, 4:58 PMsearch.create
from the getInput
. If you want to process multiple lines from the same transaction together (but there are more than one transaction), then you can pass each individual line to reduce
using the same transaction internalid
as the context.key
. Then just do your processing in reduce, not sure if that is what you are asking or not.Sandii
12/17/2021, 4:59 PMMoCheeks
12/17/2021, 5:15 PMMoCheeks
12/17/2021, 5:16 PMtech_ph2019
12/17/2021, 6:46 PM