Forum Discussion
nshruthi
8 years agoNew Contributor II
HI ,
Found solution. splitting the html line by line in mapper and then using json splitter .
Thanks
- tk427 years agoNew Contributor III
Other possible solutions:
-
maybe a json mediaType can be requested from the web service (e.g., Accept or Content-Type headers)
-
the html might be processed as XML:
- map the “entity” field to $[‘content’] and then run through Doc->Bin Snap then XML Parser Snap.
I would prefer #1 over #2 as a lot (most?) of HTML is not well-formed.
Cheers,
-