Concatenating CSV
Last updated
Was this helpful?
Last updated
Was this helpful?
If you have some comma separated values that you want to concatenate in Keyfax then there is an expression you can use to do that. For example you may have TenantID
made up from several values.
If you wanted to combine three comma separated values you can use the following CSV expression as shown below....
csv(1) & csv (ds, 2) & csv (ds, 3)
You can see this in action via the expression tester as shown below...
You can see that the value 10002435,44653,3323 has been concatenated to read 10002435446533323