File Extensions |
.csv |
API Extension |
zendesk_csv |
Import |
Yes |
Export |
Yes |
Plural forms support |
No |
Description support |
No |
Zendesk CSV is a CSV-based file type used to load localized dynamic data for Zendesk applications.
A Zendesk CSV typically has five fields for each line (title, default language, default text, locale-specific text, and variant status). Source and localized strings are placed in field 3 and 4.
Generally, it does not matter if each field is in double-quotes in .CSV files but it is recommended for Zendesk CSV.
Code Sample
"Title","Default language","Default text","English text","Variant status" "boolean_key","German","--- true ","--- true ","Current" "empty_string_translation","German","","","Current" "key_with_description","German","Hier könnte eine Beschreibung stehen","Here could be a description' (At least in some formats)","Current" "key_with_line-break","German","Diese Übersetzung hat einen Zeilenumbruch.","This translations contains a line-break.","Current" "nested.deeply.key","German","Wow, dieser Schlüssel ist noch tiefer verschachtelt.","Wow, this key is nested even deeper.","Current" "nested.key","German","Dieser Schlüssel ist innerhalb eines Namensraumes verschachtelt.","This key is nested inside a namespace.","Current" "null_translation","German","","","Current" "sample_collection","German","--- - erstes Item - zweites Item ","--- - first item - second item - third item ","Current" "simple_key","German","Einfacher Schlüssel, einfache Nachricht.","Simple key, simple message.","Current" "unverified_key","German","Bitte verifizieren Sie diese Übersetzung","Please verify this translation. (In some formats we also export this status)","Current"