Migrating Chatter files attached to feed comments
I am ultimately trying to use data loader to migrate our chatter posts & comments that have files attached to them. They were originally added by uploading directly from computer to the comment. It looks like API version 36 and above, you are supposed to use the ContentVersion object to insert a new file, and then make references to them using the FeedAttachment object.