---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Default currency values in import and export

# Default currency values in import and export {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
In general, currency values crossing the boundaries of the platform are represented in
the user's session currency and formatted in the user's locale.

## Import

Currency values are imported as strings, just like other fields. The default transform mapping to a currency field uses setDisplayValue(). The expected format for this function is:

* A number formatted in the user's locale. The number is taken as a value in the user's session currency, for example, 1,234.56.
* The number prefixed by the three-letter currency code separated by a semicolon, for example, EUR;1.234,56.
{#currency-import-export__ul_d3w_hbb_hx}

This behavior can be customized in transform map scripts.

## Export

Currency values can be exported in several formats, including CSV, XLSX, PDF, and XML. Depending on the export format, currency values are exported in the user's session currency and formatted in the user's locale or they're
exported in the reference currency value with no formatting.
**Related concepts**   

* [Exporting currency fields to Excel](https://servicenow-prod.fluidtopics.net/PbbSEhQ1BtbpEV1m6_Hjww "Exporting currency fields to Excel applies Account formatting and can be configured to convert all values to US dollars or to export values in the user's session currency.")

