Forum Discussion
2 Replies
- tk42New Contributor III
Assuming that you have a response from the api that has a field with the value as a CSV string, you can map that field to $[‘content’] in a Mapper, then use a Document to Binary Snap to convert to “binary” and then use a CSV Parser to create the JSON docs (SL documents).
hope this helps.
TK
- andre_mangatalNew Contributor
Hi thanks a lot TK… i tried and it worked … much appreciated