Giter VIP home page Giter VIP logo

Comments (3)

dinedal avatar dinedal commented on August 30, 2024

If you could post a sample file that I could verify with it would help tremendously. Even just the first 2 lines

from textql.

itiut avatar itiut commented on August 30, 2024

Thank you for your help, but I got to avoid this.

I created a file using Microsoft Excel 2016 for Mac and saved it as "CSV UTF-8" format, but it was actually formatted in UTF-8 with BOM, which I didn't know at that time. So I had trouble using the file with textql.
Because package encoding/csv does nothing to BOM (golang/go#9588), BOM becomes a part of the first record read from a CSV file. Here's an example of this: https://gist.github.com/itiut/674d7ff87ede8207549c4c2e85975d72. That's why I think I couldn't specify the first column name in textql.

As a workaround I removed BOM from the file using sed, and I could use the file with textql correctly.

from textql.

dinedal avatar dinedal commented on August 30, 2024

Thanks for the additional input and sample, I will create a fix for this.

from textql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.