# Import

You can use the Databrain import module to import Google sheets or CSV files.

{% content-ref url="../../guides/import" %}
[import](https://giantgrey.gitbook.io/databrain/guides/import)
{% endcontent-ref %}

To make sure the Localization add-on converts the downloaded file correctly please make sure to setup the spreadsheet correctly like in the following image:

<figure><img src="https://2348672745-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIoqF5QAgQsqxrjmTIKpE%2Fuploads%2FTg7eQyidhAThTQU8G1lP%2Flocalization_import.png?alt=media&#x26;token=6f215adb-50e3-4089-a09e-229fa0ce9afa" alt=""><figcaption></figcaption></figure>

* `FIELD_NAMES`\
  The actual name of the value/variable
* `FIELD_TYPES`\
  The type of the value. (vector3, float, integer, boolean etc.)
* `IGNORE`\
  Mark rows and cells you don't want to import with this key.
* `LocalizationType : Localization`\
  Set the localization type for the Localization add-on. Please note: currently only Text types are supported.
* `Language`\
  This marks the column as a language type

&#x20;
