1

I am using the MultiLevelJsonExtractor forked on Git by kotvisbj, When I put a Path that contains an array (body.header.items[*] or body.header.items) into the JsonPaths parameter string, I get a "Error: Path returned multiple tokens". Is there a way to extract the paths in code so I can get an array like when using the Root? I tried to explain this the best way I could, I don't have excellent c# skills, it's been a few years.

2 Answers2

0

I think it would be best to ask the owner of the branch to see if he can advise you. I assume that his code expects a single token only and not an array of tokens.

Michael Rys
  • 6,684
  • 15
  • 23
0

You can probably achieve what you need by using code similar to this: U-SQL - Extract data from json-array

Community
  • 1
  • 1