I'm using this line to split pipes into entries:
Code: Select all
database.conversations.ForEach(conversation => conversation.SplitPipesIntoEntries());
Thanks.
Code: Select all
database.conversations.ForEach(conversation => conversation.SplitPipesIntoEntries());