Sounds like a perfect use of PartitionRecord.  And if you wanted larger
bundles of such things you could then follow it with MergeRecord correlated
on that same partitioned value.

Thanks

On Tue, Dec 3, 2019 at 8:09 AM Mike Thomsen <mikerthom...@gmail.com> wrote:

> We need to be able to split a record set by examining a date field and
> sorting the messages by month into new record sets. The reason is that
> they're going to be fed to an Elastic cluster that uses an index template
> to build new indexes based on a date convention. We have a simple solution
> for now that matches our volume, but I'd like to know if there is a better
> way to do this out of the box than an ExecuteScript and if there might be
> others who'd benefit from a broader solution.
>
> Thanks,
>
> Mike
>

Reply via email to