Hi, I have a comma separated string of the format x,y,z \n a,b,c ...
I want to split the string on the basis of '\n' and insert each string into the data stream separately using *flatmap*. Any example on how to do that? If I add the chunks into an Arralist or List and return that from the flatmap function would that work?