Re: [jQuery] Re: csv2table

2009-11-28 Thread navia markets
Hi Toshiro Takahashi, So actually i am trying of my own .. its actual challenge for me ... you can reply me when you are free Your name is different and good. On Sat, Nov 28, 2009 at 9:47 AM, tato wrote: > Hi > > Oh, there is a method using Web service to perform "csv to json". > > For ex

[jQuery] Re: csv2table

2009-11-27 Thread tato
Hi Oh, there is a method using Web service to perform "csv to json". For example, it is YQL. But csv2table does not support json now. Because I am busy now :(, I cannot make it immediately. # For other methods, I want to try the salvage of the data which I took in $.getScript elsewhere. On

Re: [jQuery] Re: csv2table

2009-11-27 Thread navia markets
Hi Toshiro Takahashi, Is there anyway without using server side scripting ... This is wat i am searching for more than a week . could u tell me... Thanks in advance On Fri, Nov 27, 2009 at 1:45 PM, tato wrote: > Hi, Ram > > You can simplify it if you can use PHP. > > You acquire yahoo dat

[jQuery] Re: csv2table

2009-11-27 Thread tato
Hi, Ram You can simplify it if you can use PHP. You acquire yahoo data in following PHP and receive it in csv2table of same domain. http://download.finance.yahoo.com/d/quotes.csv?s= %5EIXIC&f=sl1d1t1c1ohgv&e=.csv"; $data=file_get_contents($url); // for safe Tag to < > echo htmlspecialchars($da

[jQuery] Re: csv2table

2009-11-26 Thread Ram
Hi Toshiro Takahashi First i should say thanks to you for replying Actually i need to read data from yahoo stock quotes and show it in my website so can you guide me to get data. http://download.finance.yahoo.com/d/quotes.csv?s=%5EIXIC&f=sl1d1t1c1ohgv&e=.csv Pls in detail. On Nov 2

[jQuery] Re: csv2table

2009-11-26 Thread tato
By the way, the reason why csv2table cannot read the text file of the other domain is because it uses $.get method of jQuery. But I do not get along well even if I change $.get in $.getScript. When capture a TCP packet, the data body arrives,; but csv data as for the JavaScript is because is not