/
/files/read

/files/read

  1. Header validator for value: “rbesb”

  2. Payload is set to empty object

  3. The file path is a reader from headers to variable filePath (it should be from queryParams )

  4. The file then is read NOT from variables but from properties

  5. Then the payload is read as application/CSV (It might be a different type of file )

  6. Values are mapped to item.IndividualID from csv file and saved to variable arrayOfIndividualId

  7. Nothing is returned of the process to requester