I am extracting data from an api and one field called FileUrl as multiple URLs as string with comma as the delimiter. I mapped it to a field with type list[string] in the metadata and want to extract the first value(first URL) in that list[string]. Currently I see that the all the URLs as output.
I am new to cloverdx and would appreciate the help from the community. Thank you.