Closed i3149 closed 3 months ago
Few updates here:
1) the tag_map file now can contain functions which modify text directly. For example, 101,DST_SUBSCRIBER_ID,to_hex.
101,DST_SUBSCRIBER_ID,to_hex
2) To get all values of a rollup, set -rollup_top_k="-1" The -1 value means return everything.
-rollup_top_k="-1"
3) Parquet format now gets the .parquet suffix added.
.parquet
Few updates here:
1) the tag_map file now can contain functions which modify text directly. For example,
101,DST_SUBSCRIBER_ID,to_hex
.2) To get all values of a rollup, set
-rollup_top_k="-1"
The -1 value means return everything.3) Parquet format now gets the
.parquet
suffix added.