Column Copier

Summary

A simple tool that can be used to parse spreadsheet/csv/SQL data and separate it into columns for easier copying (or reformating).

Download

Visit github to download the latest version of the app: https://github.com/vonderborch/ColumnCopier/releases/latest

Only supports Windows to my knowledge (although _might_ work on other platforms, no guarantees or support if it does or does not).

Documentation

Documentation is currently available only on github. Documentation site and tutorial coming soon here!

Design Choices/Comments/Notes

While working my first job I needed a quick and reliable way to take a column from the result of a SQL query and make it a comma-separated list…which evolved into this program.

Has some bugs still (including some weird stuff happening with rendering at different resolutions) and I want to go in and rework it at some point.