You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SimpleFlatMapper
Hi,
please apologise since I am very new to this topic. I am getting a single csv line from a websocket and I would like to parse it into a corresponding object is there any elegant way of telling the parser that he doesnt need to iterate(as there is only one line) and can I populate an instance of the object instead of having to put the object in a list. a code example would be much appreciated