qlik-oss / server-side-extension

A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.
MIT License
155 stars 126 forks source link

Python pandas example: Using the datatypes specified in tabledescription when returning data to Qlik #29

Closed josefinestal closed 6 years ago

josefinestal commented 6 years ago

Before this fix, the data types stated in a tableDescription were not used. Therefore it was not possible to return columns of different data types when using the Load ... Extension ... statement. More specifically, it was only possible to return columns of the same data type as the return type of the function.

Fixes #28

Status

[ ] Under development
[x] Waiting for code review
[x] Waiting for merge

Information

[ ] Contains breaking changes
[ ] Contains new API(s)
[ ] Contains documentation
[ ] Contains test
[x] Contains examples