This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/Savalonavic on 2023-08-20 12:38:49.


Hello,

I recently had to transform some CSV data for a project and ended up creating a tool called CSVShift to help with it.

It’s a command-line tool that uses a custom language I made. It’s designed for transforming CSV files. Some points:

  • Handles large CSV files without using much memory.
  • It’s open source and MIT licensed.
  • Still in early development, so there’s room for improvement.

Here’s the GitHub link: CSVShift.

If you have the time, I’d appreciate any feedback or suggestions. Thanks!