RE: [External] Re: How to format output table as purely comma-separated file

From: Sumeet K Singla Date: March 14, 2019 technical Source: mail-archive.com
Emmanuel, It didn’t work for me. Regards, Sumeet
Quoted reply history
From: [email protected] <[email protected]> On Behalf Of Emmanuel Chigutsa Sent: Thursday, March 14, 2019 2:47 PM To: [email protected]; Sebastien Bihorel <[email protected]> Subject: [External] Re: [NMusers] How to format output table as purely comma-separated file Hi Sebastien, Try the following example code, with the relevant pieces in red: $TABLE ID TIME CMT IPRED FORMAT=, FILE=mytab1.csv NOPRINT ONEHEADER Mannie On Wednesday, March 13, 2019, 9:14:21 AM EDT, Sebastien Bihorel <[email protected]<mailto:[email protected]>> wrote: Hi, I was wondering if there is a way to create "pure" csv file with $TABLE. I have tried various things with the FORMAT option but always ended up with spaces in between entries (in addition to the comma delimiters). Is there a proper fortran format one can use in $TABLE to make this happen? Thanks in advance Sebastien