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.