We are currently experiencing intermittent login issues on Community.  The team is actively working on a fix.

Change CSV separator

Giusy
Tera Contributor

Hi everyone

I need to change the field separator in CSV files exported from Service Now via export set or from the list.
I just tried seting the glide.ui.glide_list.separator properties but it doesn't work.
Someone can help me?

 

Tks,

Giusy

5 REPLIES 5

J Siva
Kilo Patron
Kilo Patron

Hi @Giusy 
I don't think it;s possible.

The purpose of glide.ui.glide_list.separator is to define the separator string used when rendering display values in a Glide List (fields of type glide_list), particularly when retrieving values through getDisplayValue().

 

Regards,
Siva

Ankur Bawiskar
Tera Patron
Tera Patron

@Giusy 

ServiceNow when exports in CSV format follows RFC4180 standard and hence the delimiter is always comma

You can't alter this as it's handled at platform level and not via system property.

RFC 4180 

You can raise an enhancement request and ServiceNow can check if they wish to implement this in future releases.

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Giusy 

Hope you are doing good.

Did my reply answer your question?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Giusy 

Thank you for marking my response as helpful.

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader