# Error on importing exported DataTables

**URL:** https://forums.losant.com/t/error-on-importing-exported-datatables/4127
**Category:** Bug Report
**Tags:** data-table
**Created:** [October 19, 2021, 1:17pm UTC](https://forums.losant.com/t/error-on-importing-exported-datatables/4127 "2021-10-19T13:17:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Thiago\_Andrey\_Zils](https://avatars.discourse-cdn.com/v4/letter/t/b487fb/32.png) [@Thiago\_Andrey\_Zils](https://forums.losant.com/u/Thiago_Andrey_Zils)
#### Post date: [October 19, 2021, 1:17pm UTC](https://forums.losant.com/t/error-on-importing-exported-datatables/4127/1 "2021-10-19T13:17:57Z")

</div>

Hello,

I was moving some data from one datatable to another using export and importing that archive into my new datatable.  
On fields that were null, when i imported my data again, it filled with a string “null”.

---

<div class="post-metadata">

### Author: ![Heath](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/heath/32/3036_2.png) [@Heath](https://forums.losant.com/u/Heath)
#### Post date: [October 19, 2021, 1:33pm UTC](https://forums.losant.com/t/error-on-importing-exported-datatables/4127/2 "2021-10-19T13:33:36Z")

</div>

Hello @Thiago_Andrey_Zils,

This is expected behavior. Because CSVs do not have a built-in way to represent `null` values, they are treated as the string `"null"` on export.

Thank you,  
Heath
