MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Writing numeric data to CSV does not write final EOL

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131660] Re: Writing numeric data to CSV does not write final EOL
  • From: Alan <alan.isaac at gmail.com>
  • Date: Tue, 17 Sep 2013 21:34:33 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <20130721082237.45F9E6A09@smc.vnet.net> <kslfm0$pnu$1@smc.vnet.net>

On Tuesday, July 23, 2013 4:42:40 AM UTC-4, Sseziwa Mukasa wrote:
> Export["C:/tmpfile.csv", Append[mytable,{}], "csv"];


If ``mytable`` is huge, won't this require the temporary creation of another huge list?

Alan Isaac



  • Prev by Date: Re: ReplacePart -> eliminate
  • Next by Date: Re: question about ndsolve
  • Previous by thread: Re: ReplacePart -> eliminate
  • Next by thread: Re: Writing numeric data to CSV does not write final EOL