Files
alighasami 3d5eaf9445
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
first commit
2026-03-17 16:22:57 +03:30

91 lines
1.8 KiB
JSON

{
"meta": {},
"nodes": [
{
"parameters": {
"fileFormat": "csv",
"options": {
"includeEmptyCells": false
}
},
"id": "8aed098d-3c0b-43c9-b7e8-c4106c88b409",
"name": "Ignore Empty",
"type": "n8n-nodes-base.spreadsheetFile",
"typeVersion": 2,
"position": [
1160,
500
]
},
{
"parameters": {},
"id": "649db2c5-27dc-4cec-b084-8982632311e7",
"name": "When clicking \"Execute Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
720,
360
]
},
{
"parameters": {
"fileSelector": "includeempty.csv"
},
"id": "5056b8c4-fb6e-4ca1-9bc1-33f5db4027ad",
"name": "Read Binary File",
"type": "n8n-nodes-base.readBinaryFiles",
"typeVersion": 1,
"position": [
940,
360
]
},
{
"parameters": {
"fileFormat": "csv",
"options": {
"includeEmptyCells": true
}
},
"id": "a4822e75-d638-45c8-887f-0487d5237267",
"name": "Include Empty",
"type": "n8n-nodes-base.spreadsheetFile",
"typeVersion": 2,
"position": [
1160,
280
]
}
],
"connections": {
"When clicking \"Execute Workflow\"": {
"main": [
[
{
"node": "Read Binary File",
"type": "main",
"index": 0
}
]
]
},
"Read Binary File": {
"main": [
[
{
"node": "Include Empty",
"type": "main",
"index": 0
},
{
"node": "Ignore Empty",
"type": "main",
"index": 0
}
]
]
}
}
}