SkyTruth / django_tools

1 stars 1 forks source link

Data exceeds field length in fracbotserver pdf parsing. #4

Closed craigwin-ni closed 10 years ago

craigwin-ni commented 10 years ago

Testing of headless scraper produced 19 errors for data exceeding field sizes. The scrapy scraper truncates data that is longer than the field. Another solution is to eliminate the field length restriction in the schema.

redhog commented 10 years ago

Which fields? I have updated all databases to not have any field length restrictions...

craigwin-ni commented 10 years ago

The error message does not report which fields, but since you have eliminated all field length restrictions the problem is fixed.