Customer Portal

Partition component, string key (field)

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello !
    Parttition component currently does not support splitting based on regex. You would need to create your own partitioning function/method which would understand regex - see the source code of the component if you decide to go this way.
    Currently the options are:
    -round-robin
    -hash - calculate has on key field(s) and choos one output port (consistent selection of output port on same key values)
    - range - specify ranges of values for input ports

    David.

Please sign in to leave a comment.