Search Result

Collapse
2 results in 0.0049 seconds.
Keywords
Members
Tags
.txt
  •  

  • Justin C
    started a topic .txt file to excel .csv

    .txt file to excel .csv

    Hello,

    I have some very large(several Mb) text files I am trying to process and parse using a Python script (novice python user). I am using the eclipse IDE and version 3 of python if that makes a difference.

    I am trying to also make use of the csv module in python.

    the .txt file has the following format for data:

    Code:
    09:04:11
    <break>0M!00021<CR><LF>
    ...
    See more | Go to post

  • need to force reload of a text file when it has been modified

    here are the parameters in which i am working:
    1. i have Google Maps mashup that uses a text file to contain all the data points
    2. i use the text file because i have no experience with mysql or any database languages
    3. users may add data points to the text file database, and the additions are made by php scripts
    4. the mashup itself is written in javascript

    what i am trying to solve: right now users can successfully add datapoints. but they...
    See more | Go to post
Working...