locked
Split File on Blob RRS feed

  • Question

  • Hi

    I have data flowing from an app and I am writing it in csv and uploading it to blob. My next step is to check if file exceeds 50MB, I need to split it.

    Is there way I can check the size of file and split it?

    Tuesday, October 16, 2018 6:14 PM

Answers

  • Hello Arslannn,

    I think what you're looking for is the Get MetaData action on Blob Storage. As far as splitting, you're going to have to do that logic yourself. You probably will want to create two new Blobs, then delete the previous one. 

    Tuesday, October 16, 2018 10:18 PM