
AveryG.27319 (Customer) asked a question.
I am reading from an API that sends a response all in one string. It will be used for user generation. It's a properly formatted CSV string, like this:
FirstName,LastName,EmployeeNumber
John,Smith,123
Jane,Doe,456
Before Okta, I used PowerShell, and I was able to use ConvertFrom-CSV with no issues, but I can't seem to figure it out here. I would like it to be converted to the Workflow Object type for further processing. I see that people are able to import from CSVs on google docs with no issues, but I don't see a built-in function for this. Any advice?
