問題タブ [azure-data-factory-2]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure - Incremental loading of files from On-prem file server to Azure Data Lake
We would like to do incremental loading of files from our on-premises file server to Azure Data Lake using Azure Data Factory v2.
Files are supposed to store on daily basis in the on-prem fileserver and we will have to run the ADFv2 pipeline on regular intervals during the day and only the new un-processed files from the folder should be captured.
azure - Azure Data Factory 解凍
質問があります。FTP の場所にいくつかの .zip ファイルがあり、それらを解凍して ADLS にコピーしたいと考えています。ドキュメントには、これに関する明確な説明があります。
「FTP サーバーから .zip ファイルを読み取り、解凍して内部のファイルを取得し、それらのファイルを Azure Data Lake Store に格納します。圧縮タイプの JSON プロパティを ZipDeflate として入力 FTP データセットを定義します。」
これを試してみたところ、ADLSで圧縮ファイルを取得しました。区切り文字などを定義するためにファイル プロパティを配置しようとしましたが、データ レイク ストアで圧縮ファイルを取得しようとしました。出力データセットを定義する方法だと思います。入力データセットが FTP からの .zip ファイルである場合、出力データセットを定義する方法はいくつかありますか。
azure - Get Metadata Activity ADF V2
ADF V2 で新たに導入された Get Metadata アクティビティの使用について説明してもらえますか?
実際には、docs.microsoft.com に記載されている情報だけでは、このアクティビティの使用法を理解するのに十分ではありません。