JSONL file as a respone in a REST API #46994
Unanswered
jlopezpena
asked this question in
Connector Builder
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build a custom connector for a source using OpenAPI REST. One of their entry points returns not a JSON object response, but a JSONL file instead -- and a hefty one at that, often over 100MB!
Is there a record extractor that can work on these files (basically this would be one record per line in the return file), or how could I go about making my own?
Beta Was this translation helpful? Give feedback.
All reactions