SubstreamPartitionRouter to iterate over a list field of parent #28877
Unanswered
mario-nieto-perez
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
I'm trying to use the Low-Code API to build a connector for an API. So far I've been having great results, but now I found a situation where I don't know the best way to proceed.
I have to iterate over some record using the SubstreamPartitionRouter, but the field is inside a list of record, an example of one of the parent record is like this:
I need to access the year field inside each of the elements of that list, but the SubstreamPartitionRouter only allows for strings, so I cannot use it directly. I was thinking about probably needing to build a custom PartitionRouter, but I don't know if there is any alternative easier.
Beta Was this translation helpful? Give feedback.
All reactions