Search : in
By :

Reading a text file and making a new file

Last answer on Oct 4, 2009 9:09:00 am BST grumpy, on Oct 2, 2009 7:41:26 pm BST 
 Report this message to moderators

Hello,

I would like to read a text file with many rows and two columns. Create a txt or nfo file from each row weith column 1 being the file name, column two being the contents. tab delimted or could import into excel.

ex

Crank: High Voltage http://www.imdb.com/title/tt1121931
Ewoks: Caravan Of Courage http://www.imdb.com/title/tt0087225
Independence Day http://www.imdb.com/title/tt0116629
The International http://www.imdb.com/title/tt0963178
Indiana Jones and the Temple of Doom http://www.imdb.com/title/tt0087469

Configuration: Windows XP
Firefox 3.5.3

Best answers for « reading a text file and making a new file » in :
How to read a file line by line Show How to read a file line by line Intro Tips Bonus Intro One of the most common errors of learning scripts bash on GNU / Linux is to read a file line by line, is to use a loop "for" (for line in $ (cat file.txt) do. ..), which in this...
Writing in batch in text file Show Writing in batch in text file To write in a file text, you just have to use a redirect: echo text > output_file.txt To write in an existing file: echo " Write at the end of the file ">> output_file.txt
How to read a file .RAR? ShowWinrar superNZB How to read a file .RAR? RAR is a data compression format developed by Roshal. This file format can be used for data recovery and file spanning. Winrar Winrar is the perfect tool for opening and decompressing .RAR...
Reading SVG file ! ShowReading SVG file ! Reading SVG files using inkscape ! Xara LX Read .SVG from your browser SVG is the acronym for Scalable Vector Graphics. It is an image platform for discribing two-dimensional graphics compatible with XML. This language...
[Burning] Writing or reading a file .MDF or .MDS file Show[Burning] Writing or reading a file .MDF or .MDS file MDF file is an ISO image created with the software Alcohol 120 °. Normally .mdf must be accompanied by .mds, providing information on the audio CD or DVD to be burned. Alcohol...
Download FLV-Media Player ShowFLV-Media Player is other than a reader of files FLV. This format being the one who is the most spreading among videos in online uninterrupted broadcasting, notably on sites specialized as YouTube. FLV-Media Player allows you to create a list of...
Download Tkdiff ShowTkDiff is used to visually compare two text files side-by-side. It also has advanced features to help the merging (merge) two text files. It is a graphical interface for the software Diff.
Download Join (Merge) Text Files Software ShowDescription The application is designed by Sobolsoft. Simple and easy to use, the application has been awarded from various places. Join Text Files a tool that enables you to merge several files. It allows you to merge multiple text files into a...
Operating Systems - MS-DOS - Tips ShowSetting the CD-ROM drive The CD-ROM drive is configured in the config.sys and autoexec.bat system files. The CD-ROM drive device driver must be configured in the config.sys file (even if the device is automatically detected in Windows). To do...
Linux - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence the name "shell". The shell therefore acts as an intermediary between the operating system and the user thanks to command lines...

1

 iveal, on Oct 4, 2009 9:09:00 am BST

Dear Grumpy,

You will have to create the text file and save it under the required name manually.

Hope that the information provided helps solve your problem.

Thanks in advance.

Reply to iveal