Issue with URL encoding in Cursor Value for API parameter

Summary

The user is facing an issue with URL encoding in the Cursor Value for the API parameter. The value passed by Airbyte is being converted from ‘#’ to ‘%23’. The user has tried using low code CDK and custom pagination but is still stuck.


Question

I am using response[‘LastEvaluatedKey’][‘SK’][‘S’] this as a Cursor Value
and response from above is this #SC#9031
but value passed by airbyte in api parameter is %23SC%239031
it is converting # into %, I know this is due to url encoding
Now I am using low code cdk but still getting stuck

I have tried custom pagination also but that too not working

@Airbyte team is there any solution or not for this?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["url-encoding", "cursor-value", "api-parameter", "low-code-cdk", "custom-pagination"]