CSV to JSON Converter with Error Handling and Slack Notifications — n8n ワークフロー
概要
Who this template is for This template is for developers or teams who need to convert CSV data into JSON format through an API endpoint, with support for both file uploads and raw CSV text input.
Use case Converting CSV files or raw CSV text data into JSON format via a webhook endpoint, with error handling and notifications. This is particularly useful when you need to transform CSV data into JSON as part of a larger automation or integration process.
How this workflow works
Receives POST req
使用ノード
ワークフロープレビュー
仕組み
- 1
トリガー
このワークフローは webhook トリガーで開始します。
- 2
処理
データは 13 個のノードを流れます, connecting aggregate, code, extractfromfile。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (13)
Sticky Note
stickyNote
Extract From File
extractFromFile
Success Response2
respondToWebhook
Change Field
set
Switch
switch
Send to Error Channel
slack
Convert Raw Text To CSV
code
Check if Value
if
Send Raw CSV
httpRequest
POST
webhook
Aggregate1
aggregate
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
csv-to-json-converter-with-error-handling-and-slack-notificationsファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
インテグレーション
作成者
n8n Team
@n8n-team