If you have a dataset spaced more than 1 space apart like so:
ID Stuff
1 lolhaha
Then you can use the following code in notepad++ to replace the multiple spacing with a character (|):
([\s]+)([\s]+)
and then you can use this:
http://www.textfixer.com/html/csv-convert-table.php
To convert it to a html table.
This is mostly for my own reference, but I hope someone finds it useful!
No comments:
Post a Comment