RubyFlow The Ruby and Rails community linklog

FileManipulator

FileManipulator can split a text formatted file into multiple files, and recover the original file by merging the splitted files. https://github.com/gipcompany/file_manipulator

Comments

I noticed that you’re loading the whole files into memory both on splitting and on merging. I would recommend you check out IO.copy_stream ;)

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in