-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Marketo: handle chinese chars #4405
Comments
The issue is with Marketo API call:
The header response.encoding from Marketo is set to ISO-8859-1 Possible fixes:
tap-marketo.sync.py `def stream_rows(client, stream_type, export_id):
|
fix checked in to the main tap_marketo. |
hey @YowanR should we validate singer based connector issues against the CDK based ones? if so, should I treat this issue as a bug and include in the certification scope? |
This one is out of scope for the certification process. @davydov-d |
Duplicate of #20641 |
Tell us about the problem you're trying to solve
Marketo connector need to handle chinese encoding.
Request from user in slack convo.
Looks the actual marketo-singer doesnt handle this encoding.
Describe the solution you’d like
A clear and concise description of what you want to see happen, or the change you would like to see
Describe the alternative you’ve considered or used
A clear and concise description of any alternative solutions or features you've considered or are using today.
Additional context
Add any other context or screenshots about the feature request here.
Are you willing to submit a PR?
Your answer
The text was updated successfully, but these errors were encountered: