Results 1 to 2 of 2

Thread: CSV file import wizard

  1. #1
    Join Date
    Nov 2006
    Location
    Dresden, Germany
    Posts
    108
    Thanks
    9
    Thanked 12 Times in 10 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question CSV file import wizard

    Hi there,

    quick question: does anyone know of an open-source GUI component for generic CSV-file import, similar to what libreoffice is doing? Basically: offering a dialog with a choice of delimiters/quote option/trimming -> parse file and preview -> select data types and parse into vectors of string, int, double, QDateTime?

    Ideally, this would have the feature of "remembering" settings made so that they can be applied for same/similar file later again?

    Thanks,
    Andreas
    Andreas

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: CSV file import wizard

    In general you can parse most csv files using a regular expression so you don't need any dedicated components. See here for examples: http://regexlib.com/Search.aspx?k=csv
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 27
    Last Post: 6th September 2013, 22:23
  2. Replies: 1
    Last Post: 29th September 2011, 11:14
  3. How to import qss into another qss file
    By bedbuffer in forum Newbie
    Replies: 1
    Last Post: 4th April 2011, 11:22
  4. how to import a file into qt when double clicking a file.
    By berlinud in forum Qt Programming
    Replies: 14
    Last Post: 16th September 2010, 16:13
  5. import pdf file as image
    By dreamer in forum Qt Programming
    Replies: 1
    Last Post: 26th June 2008, 06:43

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.