Skip to content

Instantly share code, notes, and snippets.

@drobiazko
Created August 31, 2012 20:43
Show Gist options
  • Save drobiazko/3558724 to your computer and use it in GitHub Desktop.
Save drobiazko/3558724 to your computer and use it in GitHub Desktop.
Store Wufoo entries as CSV files in Dropbox
{
"nodes": [
{
"title": "Wufoo Entry",
"icon": "images/icons/wufoo_64.png",
"top": 138,
"left": 200,
"compID": "wufoo_hook",
"id": "step_161"
},
{
"title": "CSV",
"icon": "images/icons/csv_64.png",
"top": 138,
"left": 443,
"compID": "csv",
"delimiter": ",",
"columns": false,
"id": "step_163"
},
{
"title": "Dropbox",
"icon": "images/icons/dropbox_64.png",
"top": 139,
"left": 675,
"compID": "dropbox",
"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