rustyshackles
08/03/2018, 9:27 PMvar rec_data = JSON.parse(context.value);
log.debug({title: log_title, details: 'rec_data' + JSON.stringify(rec_data)});
context.write({
key: rec_data.values.custrecord_aw_bt_transaction_type,
value: rec_data
});
Based on the logs, context.value has data, but when I get to the reduce stage, logs show: context.value:undefined