Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  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 (question))

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

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

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

  7. Nothing is returned of the process to requester (question)