I'm trying to import a spreadsheet with information from a database table, but when I try to import, it gives the following message:
field 'md5' must have a value
However, there are values in this field. I do not know what to do about it anymore.
I'm trying to import a spreadsheet with information from a database table, but when I try to import, it gives the following message:
field 'md5' must have a value
However, there are values in this field. I do not know what to do about it anymore.
Palliative solution: Transform the * .xls file into * .csv file and import it.
You should create your table first, and then you can easily import data by right-clicking on the table name and then "Import."
Link to full guidance: link