I am having a perl script through which i achieve
is split or output from text file for each single ID , the output text
file will contain data of that ID and the anme of the file will be
ID.txt ,
so if i am having one main file containing 100 or 200 ID's and for each
ID's may be 10000 or more lines i would like to have 100 or 200 files
containing data for each single ID which i am able to achieve from perl
but is it possible from vb.net or c#
Loading
Vijaya KadiyalaPosted Apr 15, 2009, 11:56 AM
Hi
You can do this in C# or VB.NET but i would recomed to you to gowith Perl script. These are much faster than any other language to do similar operations.
Thanks -- Vijaya Kadiyala
www.DotNetVJ.com