Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am looking to randomly generate some data using the tRowGenerator component, write this into a file and upload this data to Azure Blob Storage container, at a 10 second interval
What is the best way to do this?
I am currently stuck at the point where I cant connect the "main" line of tfileoutoutdelimited and write into Azure.
The tAzureStoragePut component requires the all the files be stored in a directory before it can be uploaded to Azure. However I want the upload to happen iteratively, one file at a time.
Any suggestions?
Hi @Aravind NK,
+++ gift_reminder,
OnSubjobOK and OnComponentOK are trigger links, which can link to another subjob. The main difference between them lies in the execution order of the linked subjob.
Kind regards,
😷19.
Hi @Aravind NK,
*** tAzureStoragePut can send one or more file in the same time.
So, you have 2 solutions:
Example: I'm able to send all files starting with test0 to the Azure Storage...
===> I don't understand why you iterate every 10 seconds!
Kind regards,
😷19.
Hi @not specified not specified Thank you for the response.
The reason behind iterating every 10 seconds is to simulate a streaming use case, where each file would represent a stream of data.
I am clear on the first option.
For the second one, will the tLoop component OnSubJobOk connector trigger tAzurePutStorage during every iteration?
Hi @Aravind NK,
+++ gift_reminder,
OnSubjobOK and OnComponentOK are trigger links, which can link to another subjob. The main difference between them lies in the execution order of the linked subjob.
Kind regards,
😷19.