Decoding files

Options
Can Xano read data from files? 
3rd party data provider passes information in the file that needs to be read and decoded to pass the info to front end. Is it currently possible with Xano? 

Comments

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Options
    Often you can call the 3rd party to "get the file" which loads it into memory in Xano. The latter has features to parse that loaded text into structured data, like JSON->object. Can you share what the stack looks like, and what the response from the 3rd party looks like?