Statiq.Web icon indicating copy to clipboard operation
Statiq.Web copied to clipboard

Create a Split module

Open daveaglick opened this issue 9 years ago • 2 comments

Takes input document content and splits it into multiple documents based on a delimiter.

daveaglick avatar Jun 19 '15 16:06 daveaglick

Note that this could use the common delimiter splitting logic that's being moved to Wyam.Common in #395

daveaglick avatar Jan 21 '17 18:01 daveaglick

For example, the following input content:

A
---
B
---
C

Would result in three output documents with the content "A", "B", and "C" respectively.

daveaglick avatar Dec 28 '17 22:12 daveaglick