Posts

Post not yet marked as solved
1 Replies
0 Views
We are having this problem also. I don't think the structure changed because collection_song join table is still present with ids.
Post not yet marked as solved
3 Replies
0 Views
You can check release notes in v5 folder for description.
Post not yet marked as solved
1 Replies
0 Views
I managed to find a couple of answers. Hope it helps some people. collection column names I think the column name issue might be related to the new "v5" EPF format which seems to have been added recently. The readme file is dated Oct 13th 2021 so I think these feed dumps are being worked on. The solution for us was to ensure that all <somename>_id columns are either INTEGER or BIGINT type. Similarly anything is_<name> can be considered as BOOLEAN, and anything <name>_date can be DATETIME except for export_date which is always BIGINT. artist_collection inconsistencies For the inconsistent data issue, the EPFImporter tool has an option --skipkeyviolators which will ignore the "extra" rows. So that part is handled too.