Configuring Uploader's "Recall" functionality
In this section you will learn how the Uploader automatically recalls previously mapped and cleaned data making subsequent uploads easier and faster.
Overview
<script>
Osmos.configure({
userID: window.curUserID,
schema: {
fields: [
{
name: "user_id",
fieldType: 'userID'
},
...
]
},
...
});
</script>Hierarchy of Recall
Last updated
Was this helpful?
