Import Problem title

Topic summary

Problema central: Al importar un CSV de productos en Shopify aparece el error “Invalid CSV header: Title headers are missing”, pese a guardar el archivo como CSV desde Excel.

Causa identificada: El archivo está separado por punto y coma (:wink: en lugar de comas (,). Shopify espera encabezados con comas, por ejemplo: “Handle,Title,Body (HTML),Vendor,Standard Product Type”, no “Handle;Title;…”.

Intentos y recomendaciones: Se sugirió exportar productos desde el administrador de Shopify para obtener el formato correcto y verificar el diseño. También se indicó que al abrir/guardar el archivo, el programa del usuario cambia el separador, y se recomendó usar Google Drive/Google Sheets para exportar el CSV con comas.

Resultado: El autor resolvió el problema exportando el archivo desde Google (Google Sheets), lo que produjo un CSV delimitado por comas y permitió la importación correcta en Shopify. Adjuntos (capturas y enlace al archivo) fueron relevantes para identificar el separador. Estado: resuelto.

Summarized with AI on February 28. AI used: gpt-5.

My problem is that my information is complete but when import the file, shopify me say that “Invalid CSV header: Title headers are missing.”

I am saving the file with the name “Product_Import.csv” in excel with the option CSV UTF-8(comma delimit) and with the option CSV (comma delimit)(*CSV), neither options work. help me, please.

This is the file: https://drive.google.com/file/d/1RnnEitE4fl855T7kWt_l3VeP4T41kA1F/view?usp=sharing

Hi

Your file is not comma separated but semi colon separated:

Handle;Title;Body (HTML);Vendor;Standard Product Type

Needs to be like this:

Handle,Title,Body (HTML),Vendor,Standard Product Type

Try exporting products from admin and then you will have correct file layout that you can then use to import with.

Regards

Tom

I already tried exporting the file to the admin but it doesn’t work. What can I do to save the file comma delimit?

Hi

You can also try loading the file into google drive and exporting in correct format from there. The file is exported correctly from Shopify so sounds like when you open and save it then it is being changed by your program to an incorrect format.

Regards

Tom

Thank you, I could already solve, Effectivility export the file from google and it worked.

1 Like