You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
284 B

function f(e){if(Array.isArray(e)&&e.length>0){const s=e[0],n=Object.keys(s);for(const o of n)if(o.toLocaleLowerCase()==="no"&&o!=="No")for(const r of e)r.No=r[o];else if(o.toLocaleLowerCase()==="name"&&o!=="Name")for(const r of e)r.Name=r[o]}return e}export{f as handleNoNameField};