-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,i'm using your php ZOHO report client with ease.
But, using Criteria in exportData method make the client raise an error.
Steps to reproduce
- Create Report with token
$zohoReportClient = new ReportClient($zohoAccessToken); - Get table URI
$zohoTableUri = $zohoReportClient >getURI($zohoUserEmail,$db,$table); - Create criteria and pass it to the exportData method
$criteria = 'wb_company="mycompany"';
$jsonData = $zohoReportClient->exportData($zohoTableUri, 'JSON',$criteria,
['ZOHO_VALID_JSON'=>'true');
Result
Raise an ParseException, the "wb_company" field are well in my table.
Expected result
At least and empty result if "mycompany" is not found in the table.
Can you help me with this issue. Maybe this is a misunderstanding of the criteria formating for the request. But ZOHO documentation is vague about criteria formating.
Thank
Metadata
Metadata
Assignees
Labels
No labels