I need to validate values passed in the columns. What I am doing is a POST request, sending the CSV, I need to validate that the values contained in the columns are in accordance with the expected, for example from 1 to 10. I can do this when it is a raw, but form-data to read the CSV I can’t. Please help me!
Thank you very much, I thought I could do that. But I really appreciate the clarification, even I was able to read the CSV data as a GET request, validated the header and it was enough for me, but in a GET can I do this validation mentioned above about the values?