-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pitfalls for users #20
Comments
Excel warnings: if you open a TSV (or CSV!) and then try to save it, Excel complains that you are using a format that will cause you to 'lose things' and strongly attempts to get you to use .xlsx instead. People are likely to click on the button which causes a format conversion. Now your nice simple TSV is a full-on Excel workbook! Instead, you should ignore these warnings, save as a TSV, and open your TSV in a text editor (Notepad, TextEdit, SublimeText) periodically to make sure you still have a plaintext file. |
Related to your comment about TSV in Excel, I am noticing a bunch of problems with .tsv files in projects where collaborators prefer working in Excel. Including:
In my opinion, I greatly underestimated how much harder .tsv is to work with - in a collaborative setting - than what .csv files are. |
I'm opening this issue to keep track of things that may stymie people as they are just beginning to use Psych-DS in the future. If something stymies you, mention it here! You can also add text to to the [How-To build a repository] page if relevant (https://docs.google.com/document/d/1k3ZzAF8vrJeIcMN3q5g_l7WJtoybokvq5ueYVH0dcC8/edit#heading=h.w84ev4cs0qo7) draft.
The text was updated successfully, but these errors were encountered: