Giter VIP home page Giter VIP logo

Comments (3)

alexauvray avatar alexauvray commented on June 21, 2024 1

Okay. The issue was that I only had email addresses and not names associated with them. The issue is that there is no way to repair this by pasting together the "broken" email lists (example : [email protected] becomes iloveyou as the email address and @gmail.com becomes the name). The only workaround is to force a second column in the CSV file and write names.

from colossus.

vitorfs avatar vitorfs commented on June 21, 2024

The idea here is that you instruct Colossus on how to import your data properly, from a csv file in any format.

On the select input on the header of the table you can define the mapping and tell Colossus what to do with this field. For now we have limited fields. Custom fields are on the roadmap.

from colossus.

vitorfs avatar vitorfs commented on June 21, 2024

Ah that's interesting. Thanks for reporting that!

It is indeed a bug. The way I'm using Python's csv utility, I try to guess what is the column separator (comma, semicolon, tabs, etc).

Because you only had emails in the csv file, the parser thought the "@" was the separator, so it ended up splitting the name and domain into two columns, instead of keeping only one column.

I'll release a fix soon

from colossus.

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.