Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Extracting Text from a text file
Name: RCM7979 Date: March 4, 2009 at 18:48:42 Pacific OS: Windows XP Subcategory: Batch
Comment:
I have a text file that is in columns. I want to extract all the data from one of the columns and write it to another text file. A sample would be 02 mgsr41 2009/03/01 005 09 opsa32 2009/03/01 005This goes on for hundreds of lines. I want to just extract the second column and write it to a text file to look like this.mgsr41opsa32I want to do this with a batch file if possible.
Name: RCM7979 Date: March 4, 2009 at 18:54:34 Pacific
Reply:
My data above became mixed up. There are 4 columns of data. I have given just two lines out of hundreds. I want to just extract column two and output it to a one column text file. Thanks.
Summary: Hi everyone, I am new to this forum and would appreciate your help. I am trying to extract rows from a pipe-delimited flat file that is too large to load into excel. One of my search criteria is to co...
Summary: Hi there... I need some help guys what i am after is preferably a batch file which would extract two different values from the same line within a txt file. However on that line there is altogether 4 s...
Summary: I'm trying to figure out a way to ping a list of computer names from a txt file and then output the IP address to a text file using a Batch file. Can anyone help? ...