mholt/PapaParse

Issue with "," in the header

Open

#600 建立於 2018年11月27日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)JavaScript (11,877 star) (1,157 fork)batch import
gremlin-modehelp wanted

描述

For some reason when I try to parse this CSV file the detected delimiter is ",", should be ";"

SKU (alta dejar vacío, en modificación obligatorio);Nombre (100 caracteres o menos, obligatorio);Descripción del producto (obligatorio);Marca (alta previa, obligatorio);UPC (número entero, 20 digitos máximo, obligatorio);Precio regular (obligatorio);Precio con descuento;Precio válido hasta (año-mes-día);URL's de imágenes (separados por comas, obligatorio);Alto (cm, obligatorio);Largo (cm, obligatorio);Peso (gr, obligatorio);Ancho (cm, obligatorio)
1542822078456;Santa test 3;Corbata;El Burgues;709;90.0;80.0;2018-11-11;https://fravega.vteximg.com.br/arquivos/ids/2661035-1000-1000/501722_1.jpg;10.0;10.0;1000.0;10.0
1542822078493;Santa test 4;Corbata;El Burgues;800;90.0;80.0;2018-11-11;https://fravega.vteximg.com.br/arquivos/ids/2661035-1000-1000/501722_1.jpg;10.0;10.0;1000.0;10.0

貢獻者指南

Issue with "," in the header · mholt/PapaParse#600 | Good First Issue