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
Figured out why: CSV import by default assumes that each sequential posting in the same forum is a reply to the previous one. (This is a good assumption in some cases, like the "crito" dataset, but bad in others). In this case, there were a bunch of independent test answers with scores imported, and if two were classified the same way in sequence, they got treated as posting and reply.
Workaround: Create a blank 'replyto' column in a CSV for import where you do not want default reply structure to be inferred.
One record had a "parent" contribution even though no parent column existed in the csv file
The text was updated successfully, but these errors were encountered: