App Engine using File Layout
I am trying to validate the data that is coming in from the csv file. For example validate that a numeric field only contains numbers. I used the file layout to create the code and everything works fine with the exception of validating the data.
The code contains the delivered EditRecord function, but it is not working to validate the data against the field type.
Does anyone have any suggestions?
Thanks