rogett / google-secure-data-connector

Automatically exported from code.google.com/p/google-secure-data-connector
0 stars 0 forks source link

SDC csv data *sometimes* all in one column in spreadsheet #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. =ImportData("http://server.domain.com/report/page.aspx?r=MyParam) in Google 
Apps Spreadsheet cell.
2. SDC configured correctly

What is the expected output? What do you see instead?
Expected is csv data in separate columns in spreadsheet. Instead, sometimes the 
data show up all in a single column, like "item1", "item2", "item3".

What version of the product are you using? On what operating system?
Latest SDC on Linux Mint.

Please provide any additional information below.
If you wait it clears up on its own. Appears sporadically with no discernible 
pattern, when no changes are made to any part of system. Sometimes adding a 
bogus parameter to the URL forces a refresh and corrects the problem.

Normal: 

Row 1 ["colheader1"] ["colheader2"] ["colheader3"] 
Row 2 ["data1"] ["data2"] ["data3"] 

Not normal:

Cell A1 ["colheader1", "colheader2", "colheader3"] 
Cell A2 ["data1", "data2", "data3"]

Original issue reported on code.google.com by sifad...@sifnewtech.org on 14 Dec 2011 at 1:10

GoogleCodeExporter commented 9 years ago
thank yuou.

Original comment by vrajendravyas@traveltreat.co.in on 30 Mar 2014 at 12:38