Created
September 23, 2012 09:47
-
-
Save drobiazko/3769530 to your computer and use it in GitHub Desktop.
Append Wufoo entries to a CSV file in Dropbox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "Append Wufoo entries to a CSV file in Dropbox", | |
"tags": "wufoo, csv, dropbox", | |
"nodes": [ | |
{ | |
"compId": "wufoo", | |
"function": "entry", | |
"id": "step_161", | |
"first": true | |
}, | |
{ | |
"compId": "csv", | |
"function": "write", | |
"id": "step_163" | |
}, | |
{ | |
"compId": "dropbox", | |
"function": "put", | |
"id": "step_167" | |
} | |
], | |
"connections": [ | |
{ | |
"from": "step_161", | |
"to": "step_163" | |
}, | |
{ | |
"from": "step_163", | |
"to": "step_167" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment