Updates to Record dataset showing multiple entries in Queries console
Hi,
I have a Record behavior dataset created as a lookup for CJA. The schema is simple, just the default "_id" field as the article ID, the article name and author name.
After the initial data upload, we found that there're some mistake on the author name field and thus we have to upload certain records again e.g.
Initial upload - (_id:123, name:book1, author:john)
Record update upload - (_id:123, name:book1, author:paul)
I was expecting the record to be updated based on the _id:123. However, when tried to use Queries for debugging, with the SQL "select * from <lookup_table_name> where _id = 123, it shows both records in the result window.
Anyone can share some insights on this?
Thanks,
John
