Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

152
Vistas
Why does CSV include   after being imported into Excel?

The line in question looks like this:

LongWord (Word Word 7) - Word - +55555555

And when it's imported it looks like this:

LongWord (Word Word 7) - Word - +55555555

The .csv file is generated in the browser using .js:

    /**
     * Generate CSV file in browser and download
     */
    function download(csv) {
        // CSV File
        var csvFile = new Blob([csv], { type: 'text/csv' })

        // Download link
        var downloadLink = document.createElement('a')

        // File name
        downloadLink.download = self.filename

        // We have to create a link to the file
        downloadLink.href = window.URL.createObjectURL(csvFile)

        // Make sure that the link is not displayed
        downloadLink.style.display = 'none'

        // Add the link to your DOM and click
        document.body.appendChild(downloadLink)
        downloadLink.click()
    }

I can't find other examples online of this happening nor can I debug it.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda