You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}
}
var map = {
list: extraInfo,
item: {
key: whsCode
}
} //this gives me erro cannot use in operator error. is there a way to use without an array but just json obj
The text was updated successfully, but these errors were encountered:
var map ={
list: "extraInfo",
item:{
key: "whsCode"
}
};
var dataTransform = DataTransform({extraInfo:[data.extraInfo]}, map);
var result = dataTransform.transform();
var data = {
extraInfo: {
WhsCode: "880533"
}
}
var map = {
list: extraInfo,
item: {
key: whsCode
}
} //this gives me erro cannot use in operator error. is there a way to use without an array but just json obj
The text was updated successfully, but these errors were encountered: