Jen McVicker
Member since Aug 26, 2009
- Profile: /members/4180-jen-mcvicker.htm
- URL: http://table-4-two.blogspot.com
- Comments: 2
Recent Blog Comments By Jen McVicker
-
Ask Ben: Splitting And Joining Large Binary Files Using Buffers In ColdFusion
Posted on Sep 2, 2009 at 11:31 AM
Thanks for replying, Ben. I figured it out - I split the file in half using your code, and then I read the second part, stripped off the text before the first linefeed, and appended that to the end of the first part. Worked like a charm!... read more »
-
Ask Ben: Splitting And Joining Large Binary Files Using Buffers In ColdFusion
Posted on Aug 26, 2009 at 7:22 PM
Thank you for this; it's really helping a lot. I have a large text file that I need to split into two files of roughly the same size, but I need to make sure that the split happens immediately after a linefeed/carriage return. Is there a way to ensure that the split happens after a certain charact... read more »