複数のCSVをGoogleSheetにインポートする
初級
これはBuilding Blocks分野の自動化ワークフローで、0個のノードを含みます。 複数のCSVファイルをGoogle Sheetsにインポート
前提条件
- •特別な前提条件なし、インポートしてすぐに使用可能
使用ノード (0)
一致するワークフローが見つかりません
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "zic2ZEHvxHR4UAYI",
"meta": {
"instanceId": "fb924c73af8f703905bc09c9ee8076f48c17b596ed05b18c0ff86915ef8a7c4a"
},
"name": "Import multiple CSV to GoogleSheet",
"tags": [],
"nodes": [
{
"id": "cd5adfcc-5b92-4a75-8e78-c2c1218d946a",
"name": "「ワークフロー実行」クリック時",
"type": "n8n-nodes-base.manualTrigger",
"position": [
920,
380
],
"parameters": {},
"typeVersion": 1
},
{
"id": "17305629-bb19-4b55-964e-689ab5f4d557",
"name": "バイナリファイルを読み込み",
"type": "n8n-nodes-base.readBinaryFiles",
"position": [
1120,
380
],
"parameters": {
"fileSelector": "=./.n8n/*.csv"
},
"typeVersion": 1
},
{
"id": "d3055f63-67fa-4dcd-886d-fe6f56fb7058",
"name": "バッチ分割",
"type": "n8n-nodes-base.splitInBatches",
"position": [
1320,
380
],
"parameters": {
"options": {},
"batchSize": 1
},
"typeVersion": 2
},
{
"id": "597e9b14-1a8c-4fbb-b5df-c965db1e0e16",
"name": "CSVを読み込み",
"type": "n8n-nodes-base.spreadsheetFile",
"position": [
1520,
360
],
"parameters": {
"options": {
"rawData": true,
"headerRow": true,
"readAsString": true,
"includeEmptyCells": false
},
"fileFormat": "csv"
},
"typeVersion": 2
},
{
"id": "90d5ccac-f2a3-42b6-8fa3-d05450ffa67b",
"name": "重複を削除",
"type": "n8n-nodes-base.itemLists",
"position": [
1520,
600
],
"parameters": {
"compare": "selectedFields",
"options": {},
"operation": "removeDuplicates",
"fieldsToCompare": "user_name"
},
"typeVersion": 3
},
{
"id": "2bddcd85-1c99-41ec-8e16-ab75631c3fb9",
"name": "購読者のみを保持",
"type": "n8n-nodes-base.filter",
"position": [
1720,
600
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.subscribed }}",
"value2": "TRUE"
}
]
}
},
"typeVersion": 1
},
{
"id": "4ac13e9d-8523-4ff3-b778-1d9f0dc744e3",
"name": "日付でソート",
"type": "n8n-nodes-base.itemLists",
"position": [
1920,
600
],
"parameters": {
"options": {},
"operation": "sort",
"sortFieldsUi": {
"sortField": [
{
"fieldName": "date_subscribed"
}
]
}
},
"typeVersion": 3
},
{
"id": "862a7ded-0199-48bb-8183-10f9ae06724b",
"name": "スプレッドシートにアップロード",
"type": "n8n-nodes-base.googleSheets",
"position": [
2120,
600
],
"parameters": {
"columns": {
"value": {},
"schema": [
{
"id": "user_name",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "user_name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "user_email",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "user_email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "subscribed",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "subscribed",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "date_subscribed",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "date_subscribed",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "autoMapInputData",
"matchingColumns": [
"user_name"
]
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 2042396108,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/13YYuEJ1cDf-t8P2MSTFWnnNHCreQ6Zo8oPSp7WeNnbY/edit#gid=2042396108",
"cachedResultName": "n8n-sheet"
},
"documentId": {
"__rl": true,
"mode": "url",
"value": "https://docs.google.com/spreadsheets/d/13YYuEJ1cDf-t8P2MSTFWnnNHCreQ6Zo8oPSp7WeNnbY"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "54",
"name": "Google Sheets account"
}
},
"typeVersion": 4
},
{
"id": "95b499b4-024d-49a5-887f-f2f74bd1b9a1",
"name": "ソースファイル名を割り当て",
"type": "n8n-nodes-base.set",
"position": [
1720,
360
],
"parameters": {
"fields": {
"values": [
{
"name": "Source",
"stringValue": "={{ $('Split In Batches').item.binary.data.fileName }}"
}
]
},
"options": {}
},
"typeVersion": 3
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "a6ccb0b8-04bd-407d-b5ca-010c68bb2128",
"connections": {
"597e9b14-1a8c-4fbb-b5df-c965db1e0e16": {
"main": [
[
{
"node": "95b499b4-024d-49a5-887f-f2f74bd1b9a1",
"type": "main",
"index": 0
}
]
]
},
"4ac13e9d-8523-4ff3-b778-1d9f0dc744e3": {
"main": [
[
{
"node": "862a7ded-0199-48bb-8183-10f9ae06724b",
"type": "main",
"index": 0
}
]
]
},
"d3055f63-67fa-4dcd-886d-fe6f56fb7058": {
"main": [
[
{
"node": "597e9b14-1a8c-4fbb-b5df-c965db1e0e16",
"type": "main",
"index": 0
}
],
[
{
"node": "90d5ccac-f2a3-42b6-8fa3-d05450ffa67b",
"type": "main",
"index": 0
}
]
]
},
"17305629-bb19-4b55-964e-689ab5f4d557": {
"main": [
[
{
"node": "d3055f63-67fa-4dcd-886d-fe6f56fb7058",
"type": "main",
"index": 0
}
]
]
},
"90d5ccac-f2a3-42b6-8fa3-d05450ffa67b": {
"main": [
[
{
"node": "2bddcd85-1c99-41ec-8e16-ab75631c3fb9",
"type": "main",
"index": 0
}
]
]
},
"2bddcd85-1c99-41ec-8e16-ab75631c3fb9": {
"main": [
[
{
"node": "4ac13e9d-8523-4ff3-b778-1d9f0dc744e3",
"type": "main",
"index": 0
}
]
]
},
"95b499b4-024d-49a5-887f-f2f74bd1b9a1": {
"main": [
[
{
"node": "d3055f63-67fa-4dcd-886d-fe6f56fb7058",
"type": "main",
"index": 0
}
]
]
},
"cd5adfcc-5b92-4a75-8e78-c2c1218d946a": {
"main": [
[
{
"node": "17305629-bb19-4b55-964e-689ab5f4d557",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
初級 - ビルディングブロック
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
URLからCSVをGoogleSheetにインポートする
URLからCSVをGoogle Sheetsにインポート
0 ノードn8n Team
ビルディングブロック
言語ベースでユーザー挨拶をマージ
言語に基づいてユーザーの挨拶を結合
Merge
Function
Manual Trigger
Merge
Function
Manual Trigger
4 ノードn8n Team
ビルディングブロック
itemMatching()の例
itemMatching()の使用例
0 ノードn8n Team
ビルディングブロック
AIエージェントチャット
AIエージェントチャットシステム
Agent
Chat Trigger
Tool Serp Api
+
Agent
Chat Trigger
Tool Serp Api
5 ノードn8n Team
人工知能
fal.aiを基盤としたテキストからAI画像生成
fal.aiプラットフォームを利用したテキストからAI画像への変換ツール
If
Wait
Webhook
+
If
Wait
Webhook
12 ノードn8n Team
Pipedrive製品を追加するときにStripeで新製品を追加
Pipedriveで製品を追加する際にStripeでも新しい製品を追加
Set
Merge
Item Lists
+
Set
Merge
Item Lists
7 ノードn8n Team
営業
ワークフロー情報
難易度
初級
ノード数0
カテゴリー1
ノードタイプ0
作成者
n8n Team
@n8n-teamMeet the official n8n team. We specialize in building workflows that transform intricate tasks into seamless operations.
外部リンク
n8n.ioで表示 →
このワークフローを共有