qxf2/hospitals-near-me

Data Validation - Check 'Hospital Name' too long value

indiranell opened this issue · 0 comments

Steps to Reproduce -
1)Create a csv file(Hospinfo.csv)with the attached Hospinfo.txt
Hospinfo.txt
2)Start the server: python run.py
3)Go to localhost:6464 in your browser
4)Input the zipcode '35233'
5)Click search

Expected - Truncate the column names automatically and limit the column width when they exceed the maximum length(Lets say first 100 characters) or check the maximum length and just raise an exception saying "Hospital name too long".

Actual - The column 'Hospital Name' is displaying full text without truncating the column values.
issue - data validation - hospital name too long

Issue - The application neither truncated nor raised any exception about the column length