Skip to content

Instantly share code, notes, and snippets.

@drobiazko
Created September 23, 2012 09:47
Show Gist options
  • Save drobiazko/3769530 to your computer and use it in GitHub Desktop.
Save drobiazko/3769530 to your computer and use it in GitHub Desktop.
Append Wufoo entries to a CSV file in Dropbox
{
"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