Looks like the below calc for ratings values to DCNC Code is only on the rendering side, and not being pushed to the feed.
rvalues.forEach(item => {
rC = item.replace(/[^0-9a-zA-Z]/g, '');
rV = rC.toUpperCase();
rL = rV.substr(0, 5);
rvaluesdcnc.push(rL);
} );
Update feed to include.
Looks like the below calc for ratings values to DCNC Code is only on the rendering side, and not being pushed to the feed.
Update feed to include.