I have a device that generates regular POSTs with CSV data inside (10 values). I want to be able to receive these POSTs, check to see if they are valid CSVs (contain comma's and linebreak), store in database and send acknowledge.
Anyone who can help with example controller/view? Thanks in advance, Hans