1 message in com.googlegroups.google-finance-apis[Google Finance APIs] Replace newline...
FromSent OnAttachments
Nitin SawantMay 19, 2009 11:54 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[Google Finance APIs] Replace newline with commaActions...
From:Nitin Sawant (niti@gmail.com)
Date:May 19, 2009 11:54:44 pm
List:com.googlegroups.google-finance-apis

Hello, I'm using javascript,

http://finance.google.com/finance/historical?q=GOOG&startdate=May+1%2C+2009&enddate=May+5%2C+2009&start=225&num=25&output=csv

i'm tryin to replace newline with comma in a google finance csv file but its not happening pls help,

var csvString=csvString.replace('\n',',');

reply soon