Hello.
I am using the Get File Content to grab the contents of a CSV file, however the output of the get file content is
{
"$content-type": "application/octet-stream",
"$content": "S24354542JKLSDFHDSAF5hbCBJZCxOYW1lLEVtYWlsLFRva2VuLEV4ZWN1dGVkLFN0YXR1cyxDb3VudHJ5IDogUmVzZWFyY2ggICBQcm9wb3NhbCAgIFN1Ym1pc3Npb24gMSxDb3VudHJ5IDogUmVzZWFyY2ggICBQcm8908SDFHLKASDFpb24gMixDb3VudHJ5IDogUs08909WDFHJSDKSDHFALKSwxLCwsT2xpdmVyIFNlcmdlYW50LG9saXZlcnNlcmdlYW50QGhvdG1haWwuY29tLCwwMy8wNi8yMDIxLEFOU1dFUkVELDI0LDI4LDMzLDM5DQo="
}
I have been googling, but to no avail - i simply am failing to understand why the output of the get file content is appearing as it is (in the application/octet-stream format).
Can someone
a) explain what this application/octet-stream is
b) explain how i can extract the contents of this CSV so i can play around with the data
Thanks in advance.