Re: Re: Input, output troubles me ...
- To: mathgroup at smc.vnet.net
- Subject: [mg70099] Re: [mg70074] Re: Input, output troubles me ...
- From: Igor Antonio <igora at wolf-ram.com>
- Date: Tue, 3 Oct 2006 06:17:02 -0400 (EDT)
- Organization: Wolfram Research, Inc.
- References: <efldl4$d6s$1@smc.vnet.net> <200610020433.AAA01941@smc.vnet.net>
- Reply-to: igora at wolf-ram.com
luigirmailbox-mathematica at yahoo.it wrote: > Thanks for your quick and useful replies! > > Now it works fine but still a point rimanes to be fixed up. > As far as I see, Write has no options, so how can I prevent > Mathematica from enclosing each row of the output file between > quotes ? > > Best regards. Use WriteString[]. :-) Even then, however, you won't be able to go through the entire 5.6GB file without some additional programming. Mathematica's OpenRead/OpenWrite can't currently access that large of a file. (This limitation will be addressed in a future version of Mathematica.) The current workaround is to use Java through JLink. You will need to use java.io.BufferedReader and java.io.FileReader classes. If you're not familiar with Java, you can just search online for how to open a file for reading with Java. You can may also contact Wolfram's Technical Support if you need some step-by-step assistance. Regards, Igor -- Igor C. Antonio Wolfram Research, Inc. http://www.wolfram.com To email me personally, remove the dash.
- References:
- Re: Input, output troubles me ...
- From: "luigirmailbox-mathematica@yahoo.it" <luigirmailbox-mathematica@yahoo.it>
- Re: Input, output troubles me ...