The text-file tag has no wiki summary.
21
votes
7answers
25k views
Determine the number of lines within a text file
Is there an easy way to programmatically determine the number of lines within a text file?
16
votes
3answers
8k views
Python: Is there a way to determine the encoding of text file?
I know there is something buried in here. But I was just wondering if there is an actual way built into Python to determine text file encoding?
Thanks for your help :)
Edit: As a side question, it ...
13
votes
7answers
599 views
How to deal with a very large text file?
I'm currently writing something that needs to handle very large text files (a few GiB at least). What's needed here (and this is fixed) is:
CSV-based, following RFC 4180 with the exception of ...
3
votes
3answers
550 views
In Fortran 90, what is a good way to write an array to a text file, row-wise?
I am new to Fortran, and I would like to be able to write a two-dimensional array to a text file, in a row-wise manner (spaces between columns, and each row on its own line). I have tried the ...
2
votes
2answers
56 views
+250
Concatenate txt file contents and/or add break to all
I have a bunch of.txt files that need to be made into one big file that can be read by programs such as Microsoft Excel.
The problem is that the files currently do not have a break at the end of ...
2
votes
1answer
126 views
VBA Getting date from properties of a text file
I'm trying to grab the date that a specific text file was uploaded onto the computer. The date isn't in the actual text file, instead you have to right-click then go to properties to view the date. ...
2
votes
1answer
177 views
Python open(“x”, “r”) function, how do I know or control which encoding the file is supposed to have?
If a python script uses the open("filename", "r") function to open, and subsequently read, the contents of a text file, how can I tell which encoding this file is supposed to have?
Note that since ...
2
votes
4answers
252 views
Text file into Java Set<String> using Commons or Guava
I would like to load each line in a file into HashSet collection. Is there a simple way to do this?
2
votes
2answers
505 views
converting text file into xml using php?
data.txt
ha15rs,250,home2.gif,2
ha36gs,150,home3.gif,1
ha27se,300,home4.gif,4
ha4678,200,home5.gif,5
i want convert this textfile into xml using simplexml module using php? thanks :))
p.s. im new ...
2
votes
3answers
665 views
C#: Read data from txt file
I have an .EDF (text) file. The file's contents are as follows:
ConfigFile.Sample, Software v0.32, CP Version 0.32
[123_Float][2]
[127_Number][0]
[039_Code][70]
I wnat to read these ...
2
votes
5answers
7k views
Compare contents of two files in Dreamweaver
Is it possible to compare the contents of two files in Dreamweaver?
1
vote
1answer
42 views
creating text files Android IO
I am trying to make a text file on an android phone and be able to populate it when needed. I am having problems, obviously, and would see if anyone can take a look at what I have so far.
import ...
1
vote
2answers
32 views
Find and extract text from within existing text file
I need to be able to extract data from within an existing text file. The structure of the text file looks something like this...
this line contains a type of header and always starts at column 1
...
1
vote
1answer
46 views
load textfile in webview android
so far i have read how to load "normal" html webpages in a webview ..
so far I pass the URL containing the path of my text file but it loads nothing.
this is my method:
@Override
public void ...
1
vote
1answer
68 views
Naming a text file on CSHTML (Razor)
I have a page with a text area for title input and body input.
Saving a text file with those things is easy, the question is, how can I make the file to be named after whatever was placed in the ...
1
vote
1answer
88 views
Creating new files with Lua I/O functions
I'm starting to learn about the io. functions, and am trying to implement them in my code. I've searched for the answer to this and nothing seems to give a clear cut yes or no, or at least I don't ...
1
vote
1answer
156 views
Reading Resource Text Files on iPhone
This is mainly an advice question, so any pointers are much appreciated.
I have a text file that I would like to draw on when filling UITableViews. I just don't know when I should actually read the ...
1
vote
3answers
462 views
Open a text file in the default text editor… via Java?
OK. Simple question. Maybe not so simple answer, though:
I have a file I downloaded in Java, and I know that it's a text file. Is there any way that I can use Java to open that text file in whatever ...
1
vote
1answer
345 views
Create, save, and read text file
I want to open one blank new text file on a button event, edit the text, and save it in a directory, and also read that file at any time.
1
vote
1answer
164 views
Git GUI on windows not recognizing SQL (.sql) file as text
Apologies if this has been answered already but I have yet been unable to find an answer :(
I'm using SQL Server Management Studio 2008 on Windows 7 box.
I right-click any sproc, function or object ...
1
vote
4answers
405 views
saving a text file in client side without asking for permission any time
I need to save a text file on the client side possibly without permission. The case is that I need to save this text file in a shared folder in this or in another machine in the lan. This text file is ...
1
vote
5answers
363 views
how to copy text file in text box using c#?
i like to copy the whole textfile into multiline textbox ,how can i do these?
Thanks in Advance
1
vote
2answers
710 views
Use stringWithFormat: as a file path in cocoa
I'm having a problem with a cocoa application that takes the value of a text field, and writes it to a file. The file path is made using stringWithFormat: to combine 2 strings. For some reason it will ...
1
vote
3answers
1k views
Sorting a very large text file in Java
I have a large text file I need to sort in Java. The format is:
word [tab] frequency [new line]
The algorithm for sorting is:
Read some of the file, filtering for purlely alphabetic words.
Once ...
1
vote
4answers
1k views
C file pointer read write issues
I was trying to make a simple bubblesort program.
Read in numbers from a text file and compare them with the next line, sort in ascending order.
Now, I've found my program is able to read from the ...
1
vote
1answer
731 views
How do I insert text into textbox from line in file in multiple textboxes?
I am trying to do something but I haven't found anything on google since I don't know how to word it to get the right results.
I have a Form with 9 TextBox controls, and a PlainText file with 9 lines ...
1
vote
6answers
2k views
Precision of reals through writeln/readln in Delphi
My clients application exports and imports quite a few variables of type real through a text file using writeln and readln. I've tried to increase the width of the fields written so the code looks ...
0
votes
1answer
29 views
How to add files to .plist in xcode iphone project?
I have a txt file with values(All english words) and am parsing the values from txt file in my code. But, it takes a long time to parse. I want to add the the values with keys in plist. I don't know ...
0
votes
1answer
45 views
search within array for most common occurences
i have a text logfile, containing lines of data seperated by " | "
for example
date | time | ip | geo-location (city) | page viewed ......
i need to find the 10 most occuring "page views" in the ...
0
votes
2answers
38 views
windows phone 7 updating isolated storage
In windows phone 7, what is the protocol for updated an isolated storage text file? Say I have 10 words in a text file arranged at 1 per line. Now suppose, the user uses the application and a new word ...
0
votes
1answer
58 views
How to Download *.txt or *.log file in JSF
I want to download a .txt/.log file saved in hard disk in JSF, am not getting any error but the issue is am not able to download the file, need some help..
note : am trying to zip the file first and ...
0
votes
2answers
54 views
I cannot write text to a text file [closed]
Possible Duplicate:
The file is being used by another process, I must close it? How?
I'm not sure why is that but I cannot write some data into text file. I am doing like so:
private ...
0
votes
1answer
63 views
Jquery image/content rotator that uses simple text file and image folder as controller?
I need to add a simple rotator to the top of a friend's website. As the friend has NO tech/html knowledge and I don't want to be continually called to change the frequently changing content, I was ...
0
votes
2answers
78 views
How to load 2D array from a text(csv) file into Octave?
Consider the following text(csv) file:
1, Some text
2, More text
3, Text with comma, more text
How to load the data into a 2D array in Octave? The number can go into the first column, and all text ...
0
votes
3answers
54 views
C++ text decoder only taking one line from a text file
Im working on a two part program that uses an encoder do encode a text file then a decoder to decode the text file. However i cannot get my decoder to read the whole text file it just reads the first ...
0
votes
1answer
74 views
Python: Parse Text file with '|' to MySql table
I have a text file which has the following structure:
341|18 Hello world|20090225230048AAnhStI|90|$0.30|10|289|2|2|2|Is that foo or
boo bar? 18 |Is it boo foo and foo bar?| |I beleive its ...
0
votes
2answers
24 views
Filter a text file into a new text file
Sorry about the dummy question here.
Under Windows I would like to be able to filter one .txt file into a new one. Filtering all lines that contain a specific string.
I know this could well be a ...
0
votes
1answer
60 views
Array from text file - not working
I am trying to create an array, with the data coming from a text file. I am then trying to count how many pieces of data there are in that array. In the array, there are two pieces of data, however ...
0
votes
2answers
71 views
Writing to the middle of a text file in Java
What's the best way to write to the middle of a text file in Java?
I know that there's no getting around reading the entire file to memory and then writing it back. But parsing is really one of my ...
0
votes
2answers
38 views
Is it possible to split looping through a file into many threads?
I am trying to implement a solution I got to another question I asked (http://stackoverflow.com/questions/7166223/create-password-breaker-for-iphone-backup-files ). The solution is very straight ...
0
votes
1answer
28 views
Help with modifying a file on FTP Server
I have finished the majority of my application that I am working on, but I have run into a problem. Basically, what I wrote streams audio from my server to the iPod and plays it without having to save ...
0
votes
2answers
89 views
Java : String to table
So in java I have a string like this "0564\n5523\n5445\n8596" and I'd like more or less to make a table like this :
. * . .
* * . .
* . . *
. * . .
In which * means it's equal to 5 and . means it's ...
0
votes
5answers
229 views
How to read a birthday with symbols “/” and “:” from a .txt file?
I am writing a c++ prgram and have to read some data from a .txt file.the format looks like the following:
"name gender DD/MM/YYYY HH:MM:SS"
I know how to read a .txt file and cin the words one by ...
0
votes
2answers
276 views
PHP run code from txt file
If i had a text file on my web server, which contains full PHP code, all properly formatted, could i use PHP fopen to read the text file and echo the output of the PHP to the browser. Ie. Run PHP code ...
0
votes
2answers
361 views
How to delete the content from text file while deleting from datagridview
I am having a datagridview where the content of that datagridview will be from my sample text file. When i click on load i will have the data from sample.txt and that data in that text file is shown ...
0
votes
1answer
178 views
Please help debug this ASP.Net [VB] code. Trying to write to text file from SQL Server DB
I am a PHP programmer. I have no .Net coding experience (last seen it 4 years ago). Not interested in code-behind model since this is a quick temporary hack.
What I am trying to do is generate an ...
0
votes
3answers
210 views
How to set up a simple table view in Cocoa
I was wondering if anyone could give me an example or point me to some example code of how to use an NSTableView. I know how to use it in core data but I would like to do this just using plain cocoa ...
0
votes
0answers
2k views
Python: Appending to a text file [closed]
Possible Duplicates:
Confused with appending to text file
How can I write to the textfile with “while”?
text_file = open("write_it.txt", "a")
while 1:
word = ...
0
votes
1answer
156 views
Firebird 1.5 Export data to .ini file
I need to export entries in a table to an .ini file. I need to set this up as a trigger that is performed each time the table is updated.
So if the fields list for the table is MessengerIPAddress, ...
0
votes
2answers
425 views
How do I fill a textbox with text from a textfile in Visual Basic 2008 Express Edition?
I am making a Help-form for my application. A Help-form normally has a ListView on the left and a RichTextbox on the right. When you click on a Help topic in the ListView, the text in the RichTextbox ...