So I've managed to get dataproxy running locally and it works for csv files. When I try with xls files, I get the following error. I get the same error whether I pass worksheet=1 or not. Any idea?
callback(
{
· error:
{
o message: "Data transformation failed. TypeError: parse() got an unexpected keyword argument 'worksheet'",
o title: "Data Transformation Error"
}
}
)
example url used below ( host changed to protect the innocent )
‘http://host.com:12000/?url=http://host.com:5100/dataset/a86b9d37-aef1-4425-adf5-09a6a0f2302d/resource/a97e5fea-c858-48dd-b56d-0f0f40355683/download/oldexcel.xls&type=XLS&worksheet=1&format=jsonp’
So I've managed to get dataproxy running locally and it works for csv files. When I try with xls files, I get the following error. I get the same error whether I pass worksheet=1 or not. Any idea?
callback(
{
· error:
{
o message: "Data transformation failed. TypeError: parse() got an unexpected keyword argument 'worksheet'",
o title: "Data Transformation Error"
}
}
)
example url used below ( host changed to protect the innocent )
‘http://host.com:12000/?url=http://host.com:5100/dataset/a86b9d37-aef1-4425-adf5-09a6a0f2302d/resource/a97e5fea-c858-48dd-b56d-0f0f40355683/download/oldexcel.xls&type=XLS&worksheet=1&format=jsonp’