Created
February 9, 2021 19:36
-
-
Save smram/ba244f06ee8560c786a3641bc486efe5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Q: How to paste tab-separated data into Google Sheets | |
Problem: Google sheets automatically parses CSV data into columns on paste. It doesn't work with TSV - cannot detect tab as a separator automatically, and I cannot figure out how to enter tab as a custom separator. | |
Solution: | |
1. Data -> Cleanup Data -> Trim whitespace. | |
2. Data -> Split text into columns -> Choose space as the separator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment