Question

Upload output file from GeoJSON writter to Azure blob storage

  • 18 October 2018
  • 2 replies
  • 6 views

Badge

How i can auto upload output file from GeoJSON writter to Azure blob storage in FME. And output geojson file must be in folder with name generate from current date. Sample name folder: "18.10.2018-01.15PM".

To upload to Azure i propose command-line programm AzCopy . But I no have idea how to do this with AzCopy )))

https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy

Please help me to do this task. you help very appreciated.

I want upload file in below screen to azure blob storage by schedule.

Manually uploaded file in blob storage on Azure


2 replies

Badge +14

azcopysample.fmw

Take a look at this sample. This is a bit archaic as this is from 2014, but should work

Badge +14

azcopysample.fmw

Take a look at this sample. This is a bit archaic as this is from 2014, but should work

Additionally, take a look at this topic which uses the AzureBlobUploader transformer.

Reply