Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to process user csv files with semicolon as delimiter?

Srikanth
New Contributor
New Contributor

We have user csv files which have semicolon as delimiter. We are planning to use the schema based import to upload these users into Saviynt.

Que - how can we process such files which have semicolon as the delimiter which is currently not supported in Saviynt. The supported delimiters are comma(,), pipe(|), tab(\t), and tilde (~).

Using a jar inside .sav file is an option but, looking for some alternate solutions through which we can replace ; with any supported delimiters.

Note : there could be strings in double quotes "test;test;test;test" which we have to ignore because this entire string with semicolons is valid and will go in some user CP.

Appreciate any inputs.

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Currently semi colon is not supported. Alternative solution you need to write jar to replace semi colon with any other separator supported

You can raise the enhancement in ideas portal
https://ideas.saviynt.com/ideas/


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.