You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some kind of reference or hint to the user where to look for the formatting strings for Timestamp parsing would be a big quality of life improvement for importing CSV files.
The formatting conventions aren't anything crazy but I'm not fluent in it and have to try multiple times with some files before I get it right.
The old style of import dialog window had a note referring to QDateTime::fromString. This text was helpful because it made it faster to search for the documentation:
Embedding the tables somewhere into the GUI so you can see it on the side while you're entering the format would be the most useful but really even just a faster way to get to the info online would be a big help
Thanks for all of the improvements that you've made so far, this is a great tool that I have been getting a lot of mileage out of!
The text was updated successfully, but these errors were encountered:
Some kind of reference or hint to the user where to look for the formatting strings for Timestamp parsing would be a big quality of life improvement for importing CSV files.
The formatting conventions aren't anything crazy but I'm not fluent in it and have to try multiple times with some files before I get it right.
The old style of import dialog window had a note referring to QDateTime::fromString. This text was helpful because it made it faster to search for the documentation:
A hyperlink to the docs could work if you don't want to put the full tables (though I can see reasons for not wanting to include links that could go dead)
https://doc.qt.io/qt-5/qtime.html#toString
https://doc.qt.io/qt-5/qdatetime.html
Embedding the tables somewhere into the GUI so you can see it on the side while you're entering the format would be the most useful but really even just a faster way to get to the info online would be a big help
Thanks for all of the improvements that you've made so far, this is a great tool that I have been getting a lot of mileage out of!
The text was updated successfully, but these errors were encountered: