When data is being uploaded to FP from a CSV, the system frequently errors out and prevents data from being uploaded, due to blank columns/rows. These columns/rows are blank, because there is no data in them. Would be ideal to fix this in a way that FP understands an entirely blank column or entirely blank row indicates that that is the end of the data, or to provide a key like "BLANK" that could be filled in to clue FP in that the data ended.
For example, when I try to import the most recent samples I get the following:
"Import Error at line: 43
The Sample Type could not be empty.
Please check this row {"Name"=>nil, "Lab ID"=>nil, "Accession"=>nil, "GF Number"=>nil, "Date Received"=>nil, "Description"=>nil, "Sample Type"=>nil, "Age"=>nil, "Sex"=>nil, "Species"=>nil, "Comments"=>nil, "Freezer"=>nil, "Position"=>nil, "Box"=>nil, "Level1"=>nil, "Box Type"=>nil, "none"=>nil} in your data file."
All of the column headers are "nil" because there are only 42 lines of data, and I have no way to tell FP that this row is blank because it is the end of the data.