darrenhillconsulting
02/08/2023, 4:37 PMmapContext.key
with a modulus function as the mapContext.write
key ?darrenhillconsulting
02/08/2023, 4:43 PMmapContext.write({key: (+mapContext.key % 100), value: 'some value' })
darrenhillconsulting
02/08/2023, 4:53 PMdarrenhillconsulting
02/08/2023, 4:54 PMmapContext.write({key: Math.floor (+mapContext.key/100), value: 'some value' })
Watz
02/08/2023, 5:25 PMShawn Talbert
02/08/2023, 5:27 PMShawn Talbert
02/08/2023, 5:28 PMdarrenhillconsulting
02/08/2023, 8:03 PMShawn Talbert
02/08/2023, 8:50 PM/100
idea is 'even better' than the modulo idea?