Fatal error when updating special_document and special_attachments with CSV import

I have records in which the main document is a pdf file. I have exported the records to a csv file. I am using CSV import to import a file with data for special_item_id, special_document, and special_attachments. I want the pdf file to be now an attachment and the main document to be a URL for a YouTube video. My CSV file looks like this:
special_item_id;special_document;special_attachments;
1180437;url:https://youtu.be/m5-z70FFkNQ;https://funes.uniandes.edu.co/wp-content/uploads/tainacan-items/32454/1180437/Martinez2020CoCalc.pdf;

Tainacan recognizes the mapping for the three fields (see figure attached). Nevertheless, when executing the import, I get the following error log:
[2024-10-07 21:30:55] Fatal Error: see the server error log for more details
[2024-10-07 21:30:55] Process aborted

There are no errors in the nginx and php error logs.

Thank you in advance for your help.

Best regards,

                    Pedro

Update.

The problem came from the linefeed coding of the CSV file. I am using a Mac and the CSV file had Legacy Mac coding. When that coding was changed to Unix, the import worked without problems.

Best regards,

                    Pedro
2 curtidas

Este tópico foi fechado automaticamente 5 dias depois da última resposta. Novas respostas não são mais permitidas.