I'm trying to read through a csv file and it was decided we move to a sharepoint site instead of OneDrive. The issue is how the "get file content using path" for sharepoint doesn't return the correct kind of data from my csv file.
This is what it looks like when I'm using OneDrive, this is what I want:
Whereas SharePoint returns this, which I cannot use.
Does anyone know if there is a way to fix this? I don't get why they return different data type. Aren't they basically the same action but just pulling from a different place?
Thank you.