Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Team,
We are using Qlik SaaS (BYOK). When I was loading the data in a qvd file, from S3 data lake, using Athena Connector.
I have noticed that a string field is broken in the qvd file. i.e. If the string is longer, it has loaded only up to 254 characters.
Is there a limit on number of characters in a field's value? If yes, is there a workaround to load the whole value of the filed?
Hello @Mary-Joicelin ,
This reminds me of this:
Also for reference:
I hope this give a hint.
Cheers,
Albert
Thanks Albert! Indeed, the parameter set to 255. I will change the stringColumnLegnth.
Thanks a lot! Much appreciated!
Warm regards
Mary Joicelin J
Hi Albert.
Thanks for your response and your offering for help.
Fortunately my issue could be resolved. This article helped me to find a way to fetch more characters ( https://community.qlik.com/t5/App-Development/Does-column-length-in-SQL-SF-table-matter-when-reading...)
I had to adjust some settings in the connector: disable "enable bulk reader" and setting advanced parameter: useBulkReader to false
Hello @Mary-Joicelin ,
This reminds me of this:
Also for reference:
I hope this give a hint.
Cheers,
Albert
Thanks Albert! Indeed, the parameter set to 255. I will change the stringColumnLegnth.
Thanks a lot! Much appreciated!
Warm regards
Mary Joicelin J
Excellent @Mary-Joicelin
Cheers,
Albert
Are you aware of any restriction or setting options regarding field length by fetching data over the data gateway?
In the connector setting (postgressql) the max field length is the default value of 4096. But only a max 255 characters comes through.
Hello @oli_hardy,
Is this still an issue for you? If yes, let's open a new thread and we will have a look and see this with the rest of the Community.
Cheers,
Albert
Hi Albert.
Thanks for your response and your offering for help.
Fortunately my issue could be resolved. This article helped me to find a way to fetch more characters ( https://community.qlik.com/t5/App-Development/Does-column-length-in-SQL-SF-table-matter-when-reading...)
I had to adjust some settings in the connector: disable "enable bulk reader" and setting advanced parameter: useBulkReader to false
Great @oli_hardy !