Why Are File Imports Failing?

Problem

While importing the file, you will see the following error:

csv.Error: field larger than field limit - Some cell content exceeds the set limit (131072) 

info

Information

The imports are failing because the field limit has exceeded the standard CSV field limit of 128 KB (131,072 bytes). 

Solution

To avoid file import failure:

  • Ensure each cell contains less than 128 KB of data.

Was this article helpful?
0 out of 0 found this helpful

How can we improve this article?