Using TREST how to upload local csv file to azure blob.
Hi,
Could someone please suggest how to upload local file saved in a network drive to Azure blob? I cannot use tfilefetch because of file is saved in the local drive and upload to Azure blob. It works in reverse. Fetching file from blob and dropping it to local drive. Tried TREST component and it only saves the header and not the file content. I am not able to make below code work that provided as a solution for TREST.