marklogic-contentpump icon indicating copy to clipboard operation
marklogic-contentpump copied to clipboard

Support multiple fields for -uri_id

Open RobertSzkutak opened this issue 6 years ago • 1 comments

It would be convenient if you could set -uri_id to multiple fields that when concatenated create a unique ID.

For example:

For incoming data:

part_number,manufacturer_id
1234,ABCD

Running ...

-uri_id part_number,manufacturer_id
-output_uri_suffix .json

Could result in:

1234/ABCD.json

RobertSzkutak avatar May 22 '18 20:05 RobertSzkutak

Why does this take so long to implement this 5 minute change? I would also to propose to introduce uri_seperator. So if uri_separator = '-' then above example become 1234-ABC

josvanroosmalen avatar Mar 12 '20 10:03 josvanroosmalen