Search this site
Kudotek
Jump To
1) Tools
2) Answers
3) Blog - Latest
4) Blog - All
5) Presentations
6) App Hitlist
7) Salesforce Ideas
8) Data Loader Ideas
Email Kudotek
Follow Kudotek on Twitter
See Kudotek on LinkedIn
Vote for App Hitlist
Blog: Salesforce #DataTipOfTheDay, Tips & Tricks, and Whatever Else
>
Convert CSV (comma-separated value file) to TSV (tab-separated value file)
posted
Oct 25, 2016, 9:36 AM
by Ezra Kenigsberg
Q: "How do I convert a CSV (comma-separated value file) to a TSV (tab-separated value file)?"
A: On a Windows PC:
Copy the code
in this post
.
Open Notepad.
Paste the code copied in step 1.
Save the file as CSV2TSV.vbs into whatever directory contains your CSVs.
In Windows Explorer, double-click
CSV2TSV.vbs.
That should do it! Props to
Frank
for the question, and to
Jojo
for the answer!
Comments