= Python v. 2.5
I'm fairly new to all this, so be gentle... ;-)
I've written a small script which strips values from a form and writes them to a CSV (excel-tab). Some of the data I expect to import is in the form of large numbers, which Excel habitually displays as Scientific Notation (not very helpful!)
Code:
linessplit=[s1.split(':',1) for s1 in lines] # Form Labels end with ':'
Leave a comment: