In the .csv, .xlsx and .xml export of your expenses you will find the streaming URLs of both the receipt images as of the attachment. These links will provide you with the orginal images of the expense.
Example of how Rydoo provides the data (SFTP server):
<Image>
https://streaming.rydoo.com/Receipt/original/9c843341-af19-4003-84bb- a1d29197beaa/9c843341-af19-4003-84bb-a1d29197beaa/1b43875e-633e-43ac-8a1c- ad1fd023c490
</Image>
<Attachments>
<Attachment>
<Url>
https://streaming.rydoo.com/attachment/fe8e2033-4c60-470c-aad0- c7ab7bcca620/fe8e2033-4c60-470c-aad0-c7ab7bcca620/e8704947-9d56-462b-ae4a-7c1a5a2ff7da/download/false/Expense?d=24032021121727
</Url>
</Attachment>
<Attachment>
<Url>
https://streaming.rydoo.com/attachment/fe8e2033-4c60-470c-aad0-c7ab7bcca620/fe8e2033-4c60-470c-aad0-c7ab7bcca620/f7f5fd35-5fd0-4b28-adc2-d518fadc0fbc/download/false/Expense?d=21122021121616
</Url>
</Attachment>
</Attachments>
Proposed Solution
How can I export the files from the streaming links?
If you want to save the images, you can use one of the following methods:
- Bulk download using a tool
For saving the images in bulk, we advise downloading the images from the URLs via an external tool.
Examples:
https://www.freedownloadmanager.org/
https://www.octoparse.com/
https://bulkimagedownloader.com/ - Change to a download url
You can also append the image link with the code?size=original_pdf&download=true
to download the receipt images.
BEFORE : Image link we send
https://streaming.rydoo.com/Receipt/original_pdf/dfc668b0-e620-4ec3-9074-ceb689348e56/dfc668b0-e620-4ec3-9074-ceb689348e56/8634d220-d425-425b-a437-84fb8fcbe7a7
AFTER : Altered image link to download
https://streaming.rydoo.com/newVisual/Receipt/dfc668b0-e620-4ec3-9074-ceb689348e56/dfc668b0-e620-4ec3-9074-ceb689348e56/8634d220-d425-425b-a437-84fb8fcbe7a7?size=original_pdf&download=true