Forum Discussion
Anonymous
4 years agoNot applicable
Extracting Values from Nested Records and Lists
Hello everyone, I am struggling to parse and flatten a list of records with a nested list of records. Ideally, I would like to combine all the information using delimiters into one string of ...
Anonymous
4 years agoNot applicable
For the desired output, I want to have all of the information combined into a single column using delimiters (see above example format). The data source can have any number of records, so using this method would create many unneccessary columns.
lbendlin
4 years agoSuper User
Please repost your expected output. It got mangled by the forum due to the HTML tags in your data. Post a screenshot of the expected outcome.
- Anonymous4 years agoNot applicable
Here is an example of how I want the string to look in the column.
- lbendlin4 years agoSuper User
For example
""FieldValue"": ""<image src=\""https://assets.location.com\"">""does not render correctly in your post because of the HTML tags. Screenshotting your post will not make it any better.
- Anonymous4 years agoNot applicable
This is exactly how I want my output, with HTML tags.